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

@@ -56,7 +56,7 @@ export default {
toggleDarkMode() {
const webApp = document.getElementsByTagName("html")[0];
webApp.classList.toggle("dark-mode");
webApp.classList.toggle("dark");
},
spotlightListener(e) {
if (e.key === 'k' && e.metaKey) {
@@ -170,7 +170,7 @@ export default {
}
// Dark mode support
.dark-mode {
.dark {
* {
color: $dark_mode_text_primary;