diff options
author | Friendika <info@friendika.com> | 2011-01-07 04:23:41 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-07 04:23:41 -0800 |
commit | d3a826947f55b834c33a27a7a80f5ddbac1bb8b2 (patch) | |
tree | 01f7dd16874b3544950f5af8311695247f3aa992 /view | |
parent | 0147520e903789aba3802a306b9f6b14326b486f (diff) | |
download | volse-hubzilla-d3a826947f55b834c33a27a7a80f5ddbac1bb8b2.tar.gz volse-hubzilla-d3a826947f55b834c33a27a7a80f5ddbac1bb8b2.tar.bz2 volse-hubzilla-d3a826947f55b834c33a27a7a80f5ddbac1bb8b2.zip |
fix goldenrod after recent changes
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/goldenrod/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/goldenrod/style.css b/view/theme/goldenrod/style.css index c98223552..b4f23b10b 100644 --- a/view/theme/goldenrod/style.css +++ b/view/theme/goldenrod/style.css @@ -8,6 +8,10 @@ footer { color: #444444; } +#logo-text a, #site-location { + color: #000000; +} + body { background: #FFFFFF; color: #000000; |