0
0
Fork 0
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:
Trigus42 2024-10-12 00:37:25 +02:00
parent f04863f1ef
commit 69fe04ef3f

View file

@ -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;