aboutsummaryrefslogtreecommitdiff
path: root/static/css/buri.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/buri.css')
-rw-r--r--static/css/buri.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/static/css/buri.css b/static/css/buri.css
index 95927f6..99f3e8a 100644
--- a/static/css/buri.css
+++ b/static/css/buri.css
@@ -5,8 +5,6 @@ body {
font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
a,
-a .name,
-a .name b,
.nav label:hover {
color: #34345c;
}
@@ -18,8 +16,6 @@ a:visited {
color: #34345c;
}
a:hover,
-a:hover .name,
-a:hover .name b,
.nav label:hover {
color: #dd0000;
}
@@ -46,12 +42,12 @@ a:hover .name b,
.subj {
color: #0f0c5d;
}
-.name {
- color: #228854;
-}
-.name b {
+.info > .name {
color: #117743;
}
+.info > .trip {
+ color: #228854;
+}
.reply,
#q-p {
background: #d6daf0;