manual dark mode quirk

This commit is contained in:
Ryan Stafford 2024-04-18 19:17:28 -04:00
parent 20fc85ca3e
commit 7141ead887
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ a {
input[type=text], input[type=password], textarea { input[type=text], input[type=password], textarea {
background-color: #333; background-color: #333;
color: #fff; color: #fff;
border-color: #4d4d4d border-color: #4d4d4d !important;
} }
.post .rank { .post .rank {
color: #646464; color: #646464;
@ -76,7 +76,7 @@ input[type=text], input[type=password], textarea {
background-color: #262626; background-color: #262626;
} }
.expando .md { .expando .md {
background-color: #262626; background-color: #373737;
color: #ddd; color: #ddd;
border-color: #666; border-color: #666;
} }

View file

@ -873,7 +873,7 @@ nav .right a.mailbox {
font-size: 21px; font-size: 21px;
position: relative; position: relative;
top: 4px; top: 4px;
color: gray; color: gray !important;
} }
nav .right a, nav .right input[type=submit] { nav .right a, nav .right input[type=submit] {
color: #369; color: #369;
@ -900,7 +900,7 @@ nav .right form input, .comment .buttons input, form.link-btn input {
} }
.menu a { .menu a {
margin: 0px 2.5px; margin: 0px 2.5px;
color: gray; color: gray !important;
font-weight: bold; font-weight: bold;
} }
.commentmenu .selected, .menu .selected { .commentmenu .selected, .menu .selected {