Begin dark mode work

This commit is contained in:
Alex Rinehart
2022-12-19 22:27:27 -08:00
parent ff48529458
commit 04381bee4d
2 changed files with 22 additions and 0 deletions
+22
View File
@@ -1954,3 +1954,25 @@ justify-content: end;
grid-area: harm;
margin-bottom: 15px;
}
/* Dark Mode */
body.sheet-darkmode button,
body.sheet-darkmode input,
body.sheet-darkmode optgroup,
body.sheet-darkmode select,
body.sheet-darkmode textarea,
body.sheet-darkmode .charsheet {
color: #eee;
background-color: #1e2021;
}
body.sheet-darkmode .btn,
body.sheet-darkmode .btn.btn-default {
color: #c8c3bc;
text-shadow: rgba(24,26,27,.75) 0px 1px 1px;
background-color: #1e2021;
background-image: linear-gradient(#181a1b, #26292b);
border-color: #3e4446 #3e4446 #43494c;
box-shadow: rgba(24,26,27,.2) 0px 1px 0px inset,rgba(0,0,0,.05) 0px 1px 2px
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB