Add darkmode

This commit is contained in:
cuom1999 2023-11-16 20:15:45 -06:00
parent 5cbf3489b3
commit d143218206
2 changed files with 5 additions and 5 deletions

View file

@ -2093,6 +2093,9 @@ ul.problem-list {
#comment-announcement:hover {
background-color: rgb(96, 104, 108);
}
.new-problem-info {
background-color: rgb(54, 39, 0);
}
.admin a,
.admin {
color: rgb(232, 230, 227) !important;
@ -2785,9 +2788,6 @@ a.voted {
background-image: initial;
background-color: rgb(49, 53, 55);
}
.actionbar .actionbar-button a:hover {
color: inherit;
}
.actionbar .actionbar-button:hover {
background-image: initial;
background-color: rgb(73, 79, 82);