dark mode for teams

This commit is contained in:
Čarodej
2021-10-26 06:57:40 +02:00
parent d4990d8d5f
commit fda82d6dbf
117 changed files with 371 additions and 240 deletions

View File

@@ -123,7 +123,7 @@
}
}
.dark-mode {
.dark {
.content {
.title {

View File

@@ -101,7 +101,7 @@
}
}
.dark-mode {
.dark {
.popup-header {
.label {
.close-icon {

View File

@@ -141,7 +141,7 @@
}
}
.dark-mode {
.dark {
.popup-wrapper {
background: $dark_mode_foreground;
box-shadow: $dark_mode_popup_shadow;
@@ -150,7 +150,7 @@
@media only screen and (max-width: 690px) {
.dark-mode {
.dark {
.popup-wrapper {
background: $dark_mode_background;
}