#5 Added Darkmode JS for dialog #10

Merged
Paddy merged 3 commits from spiritsofmayhem-darkmode-patch into master 2021-10-13 12:01:52 +00:00
Showing only changes of commit 5a7978fced - Show all commits

View File

@ -8,6 +8,10 @@ body {
color: white;
}
.modal--dark-mode {
background-color: #222222;
color: white;
}
#raplalinkcontainer {
height: 100vh;