Add support for a dark mode.

This commit is contained in:
Dermot Duffy
2022-04-17 21:10:19 -07:00
parent fe44d5cf27
commit 3f96268182
3 changed files with 34 additions and 5 deletions
+4
View File
@@ -5,6 +5,10 @@
position: relative;
}
:host([dark]) {
filter: brightness(50%);
}
.container {
position: relative;
overflow: auto;