aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Aiyer <aaiyer@gmail.com>2016-10-31 18:14:49 +0530
committerMatěj Cepl <mcepl@cepl.eu>2024-01-18 19:02:01 +0100
commit45501a75ff4e293f7b47517af3aeab79dd28350c (patch)
treea8c77595ae8b7f3ecf2b0a7ee1f35127a48aea9d
parent065a4a0830a8d0e17b33a5ccce803d798acc506d (diff)
downloadbugseverywhere-45501a75ff4e293f7b47517af3aeab79dd28350c.tar.gz
* web interface - minor css fix
-rw-r--r--libbe/interfaces/web/static/style/cfbe.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbe/interfaces/web/static/style/cfbe.css b/libbe/interfaces/web/static/style/cfbe.css
index 2d7b90b..7b1f4a4 100644
--- a/libbe/interfaces/web/static/style/cfbe.css
+++ b/libbe/interfaces/web/static/style/cfbe.css
@@ -28,6 +28,10 @@ div#header h1 {
letter-spacing: 1px;
}
+div#header h1 a {
+ color: #fff;
+}
+
div#navigation {
height: 3em;
line-height: 3em;