Fixes #6
- 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user