go on with dark mode

This commit is contained in:
Matteo Manzinello
2020-07-03 09:38:40 +02:00
parent 4189fe54cd
commit 8a54bee9b6
7 changed files with 7 additions and 8 deletions

View File

@@ -168,8 +168,7 @@ $default-border-radius: 20px;
&.m-dark {
.m-modal-content {
color: white;
box-shadow: 0 3px 20px rgba(32, 35, 42, 0.5);
background-color: rgb(32, 35, 42);
background-color: #20232a;
a {
color: white;
}