Version 1
[yaffs-website] / web / core / modules / color / tests / modules / color_test / themes / color_test_theme / css / colors.css
diff --git a/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css
new file mode 100644 (file)
index 0000000..07a4193
--- /dev/null
@@ -0,0 +1,7 @@
+html {
+  color: #0000ff;
+}
+
+body {
+  color: #ff0000;
+}