mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-04 22:33:15 +00:00
manual dark mode quirk
This commit is contained in:
parent
20fc85ca3e
commit
7141ead887
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue