- Fix panel black border
- Fix white panel button in overview/unlock screen
- Fix dark background in quick toggle menu
- Fix white color in screenshot buttons
- Fix white color in page navigation arrow
This commit is contained in:
Vladyslav Hroshev
2023-04-30 12:20:33 +03:00
parent d36799e94a
commit fa14db5bf9
4 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -101,9 +101,9 @@
}
.quick-toggle-menu {
background-color: BACKGROUND-COLOR;
background-color: BACKGROUND-COLOR !important;
color: TEXT-PRIMARY-COLOR !important;
border-radius: 20px;
color: TEXT-PRIMARY-COLOR;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
}