diff --git a/public/dark.css b/public/dark.css index 4942d66..d365b34 100644 --- a/public/dark.css +++ b/public/dark.css @@ -14,7 +14,7 @@ a { input[type=text], input[type=password], textarea { background-color: #333; color: #fff; - border-color: #4d4d4d + border-color: #4d4d4d !important; } .post .rank { color: #646464; @@ -76,7 +76,7 @@ input[type=text], input[type=password], textarea { background-color: #262626; } .expando .md { - background-color: #262626; + background-color: #373737; color: #ddd; border-color: #666; } diff --git a/public/style.css b/public/style.css index b349a25..578e1b1 100644 --- a/public/style.css +++ b/public/style.css @@ -873,7 +873,7 @@ nav .right a.mailbox { font-size: 21px; position: relative; top: 4px; - color: gray; + color: gray !important; } nav .right a, nav .right input[type=submit] { color: #369; @@ -900,7 +900,7 @@ nav .right form input, .comment .buttons input, form.link-btn input { } .menu a { margin: 0px 2.5px; - color: gray; + color: gray !important; font-weight: bold; } .commentmenu .selected, .menu .selected {