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:
@@ -88,14 +88,16 @@
|
||||
background-color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
|
||||
/* page arrow */
|
||||
.page-navigation-arrow {
|
||||
border-radius: 99px;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
transition-duration: 100ms;
|
||||
}
|
||||
|
||||
.page-navigation-arrow>StIcon {
|
||||
.page-navigation-arrow > StIcon {
|
||||
margin: 0;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
.page-navigation-arrow:hover {
|
||||
|
||||
Reference in New Issue
Block a user