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 {
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;
}

View file

@ -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 {