mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-10 21:21:58 +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;
|
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 */
|
/* Override the tab colors */
|
||||||
.md-tabs {
|
.md-tabs {
|
||||||
background-color: #001e23;
|
background-color: #001e23;
|
||||||
|
|
Loading…
Reference in a new issue