aboutsummaryrefslogtreecommitdiff
path: root/static/css/hotdog.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/hotdog.css')
-rw-r--r--static/css/hotdog.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/hotdog.css b/static/css/hotdog.css
index bd4935a..81d271b 100644
--- a/static/css/hotdog.css
+++ b/static/css/hotdog.css
@@ -11,7 +11,7 @@ html, body{
background:#000;
color:#fff
}
-a, a .name, a .name b, .nav label, .pg a{
+a, a .name, a .name b, .nav label, #pg a{
color:#fff
}
.reply a, .reply a .name, .reply a .name b, .postform a, .oekform a, #main_nav a{
@@ -92,7 +92,7 @@ input[type="submit"]:active, input[type="button"]:active{
display:inline-block;
padding:0 2px
}
-.reply, #q-p, .pg{
+.reply, #q-p, #pg{
background:#ff0;
border:1px solid #000;
color:#000
@@ -149,12 +149,12 @@ select:focus{
outline:1px dotted #fff;
outline-offset:0
}
-.pg, .pg span {
+#pg, #pg span {
background:#f00;
border:1px solid #000;
color:#fff
}
-.userdel{
+#userdel{
border:4px double #000;
padding:2px
}