dark mode fixes + refactoring

This commit is contained in:
zadam
2021-06-01 23:19:49 +02:00
parent 9a147365f5
commit 4338f65e01
7 changed files with 37 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ const TPL = `
padding: 2px;
max-height: 34px;
color: var(--button-text-color);
background-color: var(--button-background-color);
border-radius: var(--button-border-radius);
border: 1px solid transparent;
z-index: 100;