[cairo-commit] [cairo-www] src/local.css
Chris Wilson
ickle at freedesktop.org
Fri Jan 30 06:19:11 PST 2009
src/local.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit badf37a5e1c16323efbd469b873ac3420e006db4
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Fri Jan 30 14:18:14 2009 +0000
[css] Set text color.
As we specify a background-color, it is wise to set the foreground-color
as well (for those with dark themes).
diff --git a/src/local.css b/src/local.css
index 793721f..6d78973 100644
--- a/src/local.css
+++ b/src/local.css
@@ -4,6 +4,7 @@
body {
margin-left: 4%;
margin-right: 4%;
+ color: black;
background-color: white;
}
More information about the cairo-commit
mailing list