fix: toggled button text no readable on dark theme

Massimo Melina committed Jan 10, 2022 at 19:55 UTC e2c90cc463eccbd58552522cf30a63426eec0c0f
2 files changed +3 -1
frontend/src/index.scss
+1 -1
@@ -67,7 +67,7 @@ button {
67 cursor: pointer;
68 }
69 button.toggled {
70 - background-color: #79b;
70 + opacity: .6;
71 }
72
73 .error-msg {
todo.md
+2
@@ -1,4 +1,6 @@
1 # To do
2 +- backdrop click to close dialog
3 +- fix: dialog scrolling
4 - inverted order
5 - download counter
6 - update tests to SRP login