#5 💄 Added Darkmode CSS for dialog

This commit is contained in:
David Huh 2021-10-13 11:56:17 +00:00
parent 1e0eac9b80
commit 5a7978fced

View File

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