aboutsummaryrefslogtreecommitdiff
path: root/static/css/futaba.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/futaba.css')
-rw-r--r--static/css/futaba.css14
1 files changed, 5 insertions, 9 deletions
diff --git a/static/css/futaba.css b/static/css/futaba.css
index b168c0e..cee786e 100644
--- a/static/css/futaba.css
+++ b/static/css/futaba.css
@@ -5,8 +5,6 @@ body {
font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
a,
-a .name,
-a .name b,
.nav label {
color: #0000ee;
}
@@ -15,8 +13,6 @@ a.rep {
text-decoration: underline;
}
a:hover,
-a:hover .name,
-a:hover .name b,
.nav label:hover {
color: #d00;
}
@@ -39,12 +35,12 @@ a:hover .name b,
.subj {
color: #cc1105;
}
-.name {
- color: #228854;
-}
-.name b {
+.info > .name {
color: #117743;
}
+.info > .trip {
+ color: #228854;
+}
.omitted {
color: #707070;
}
@@ -77,4 +73,4 @@ a:hover .name b,
}
#main_nav.mob {
background: #f0e0d6;
-} \ No newline at end of file
+}