aboutsummaryrefslogtreecommitdiff
path: root/static/css/photon.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/photon.css')
-rw-r--r--static/css/photon.css14
1 files changed, 5 insertions, 9 deletions
diff --git a/static/css/photon.css b/static/css/photon.css
index af8f539..8f7896e 100644
--- a/static/css/photon.css
+++ b/static/css/photon.css
@@ -8,15 +8,11 @@ body {
color: #333;
}
a,
-a .name,
-a .name b,
#logo,
.nav label {
color: #f60;
}
a:hover,
-a:hover .name,
-a:hover .name b,
.nav label:hover {
color: #0066ff;
}
@@ -42,12 +38,12 @@ a:hover .name b,
.subj {
color: #111;
}
-.name {
- color: #f30;
-}
-.name b {
+.info > .name {
color: #004a99;
}
+.info > .trip {
+ color: #f30;
+}
.omitted {
color: #707070;
}
@@ -84,4 +80,4 @@ hr {
}
#main_nav.mob {
background: #d9af9e;
-} \ No newline at end of file
+}