aboutsummaryrefslogtreecommitdiff
path: root/static/css/guro.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/guro.css')
-rw-r--r--static/css/guro.css14
1 files changed, 5 insertions, 9 deletions
diff --git a/static/css/guro.css b/static/css/guro.css
index cea75cf..3b08a6e 100644
--- a/static/css/guro.css
+++ b/static/css/guro.css
@@ -8,14 +8,10 @@ body {
color: #000;
}
a,
-a .name,
-a .name b,
.nav label {
color: #af0a0f;
}
a:hover,
-a:hover .name,
-a:hover .name b,
.nav label:hover {
color: #d00;
}
@@ -54,12 +50,12 @@ input[type="button"]:active {
.subj {
color: #0f0c5d;
}
-.name {
- color: #117743;
-}
-.name b {
+.info > .name {
color: #228854;
}
+.info > .trip {
+ color: #117743;
+}
.omitted,
.abbrev {
color: #444;
@@ -91,4 +87,4 @@ hr {
}
#main_nav.mob {
background: #d9af9e;
-} \ No newline at end of file
+}