mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-23 08:45:46 +00:00
Fix: Banner color in drawer (mobile)
This commit is contained in:
parent
f04863f1ef
commit
69fe04ef3f
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
|||
border-bottom: 1px solid #970b0b;
|
||||
}
|
||||
|
||||
/* Override the banner color in drawer (mobile) */
|
||||
.md-nav--primary .md-nav__title[for="__drawer"] {
|
||||
background-color: #001e23;
|
||||
}
|
||||
|
||||
/* Override the tab colors */
|
||||
.md-tabs {
|
||||
background-color: #001e23;
|
||||
|
|
Loading…
Reference in a new issue