aboutsummaryrefslogtreecommitdiff
path: root/static/css/vndb.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/vndb.css')
-rw-r--r--static/css/vndb.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/static/css/vndb.css b/static/css/vndb.css
index 734bf5d..b45fdbf 100644
--- a/static/css/vndb.css
+++ b/static/css/vndb.css
@@ -12,12 +12,10 @@ body {
color: #ddd;
}
a,
-a .name,
.nav label {
color: #77bbdd;
}
a:hover,
-a:hover .name,
.nav label:hover {
border-bottom: 1px dotted #ddd;
text-decoration: none;
@@ -66,7 +64,8 @@ input[type="submit"]:active {
color: #7bd;
}
.ell,
-.name,
+.info > .name,
+.info > .trip,
.omitted {
color: #258;
}
@@ -121,4 +120,4 @@ hr {
#main_nav.mob {
border-bottom: 1px solid #258;
background: rgba(7, 28, 47, 0.95);
-} \ No newline at end of file
+}