#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
1 changed files with 4 additions and 0 deletions

View File

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