Skip to content

Commit

Permalink
Merge pull request #10 from AvanOsch/main
Browse files Browse the repository at this point in the history
Update darkgreen.css
  • Loading branch information
LazeMSS authored Apr 26, 2021
2 parents 27c842d + ef4e984 commit 5b96656
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/darkgreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ td[class^="settings_"] a:hover, th[class^="settings_"] a:hover {
td[class^="settings_"] a.disabled, th[class^="settings_"] a.disabled {
color: var(--greyple);
}
th[class^="settings_"] {
background-color: var(--highlighter);
}
td i, th i {
color: var(--notquiteWhite);
}
Expand Down Expand Up @@ -519,4 +522,8 @@ input[disabled], select[disabled], textarea[disabled], input[readonly], select[r
}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
color: inherit;
}
.well {
background-color: var(--lighterish);
border: var(--darkerWhite);
}

0 comments on commit 5b96656

Please sign in to comment.