aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/4am.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/4am.css')
-rw-r--r--static/css/txt/4am.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/static/css/txt/4am.css b/static/css/txt/4am.css
index 4147600..20b5756 100644
--- a/static/css/txt/4am.css
+++ b/static/css/txt/4am.css
@@ -12,9 +12,14 @@ a .name,
}
a:active,
a:focus,
+a:active .name,
+a:focus .name,
#n2:active {
color: #4d6172;
}
+h4 a, .lastposts {
+ text-decoration: none;
+}
hr {
border: 1px inset #111;
}
@@ -62,6 +67,7 @@ h4 {
}
#main_nav {
background: #000;
+ border-bottom: 1px solid #222;
color: #7cafc2;
}
.banner {
@@ -114,11 +120,11 @@ a.thumb {
margin-top: 4px;
}
.q {
- color: #666;
+ color: #777;
}
.yt {
- background: #383838;
- border: 1px solid gray;
+ background: #262626;
+ border: 1px solid #444;
color: #e8e8e8;
}
.yt:hover {
@@ -130,14 +136,11 @@ a.thumb {
}
#q-p {
background: #222;
- border: 1px solid #999;
+ border: 1px solid #4b4e55;
}
#q-p .msg {
margin-bottom: 8px;
}
-.lastposts #n2 {
- text-decoration: none;
-}
form .msg {
background: #383838;
border: 1px dotted #000;