- 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 10:50:58 +03:00
parent d36799e94a
commit fa14db5bf9
4 changed files with 14 additions and 4 deletions

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;
}