mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Modified accent color
This commit is contained in:
parent
c973f0feaf
commit
499eb8f8aa
@ -102,6 +102,9 @@
|
||||
text-align: center !important;
|
||||
height: 45px !important;
|
||||
}
|
||||
.navMenuOption:hover:not(.navMenuOption-selected) {
|
||||
background-color: rgba(44, 44, 44, 0.7);
|
||||
}
|
||||
/* Center icons and text and shift to the left */
|
||||
.navMenuOptionIcon,
|
||||
.navMenuOptionText {
|
||||
@ -116,10 +119,10 @@
|
||||
|
||||
|
||||
|
||||
/* Left drawer button color */
|
||||
/* Custom button color */
|
||||
.navMenuOption-selected {
|
||||
background: #46372D!important;
|
||||
color: #FFB380 !important;
|
||||
background: rgba(33, 149, 243, 0.2) !important;
|
||||
color: rgb(33, 149, 243) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user