8,856
editsAd placeholder
User:Willowisp/mobile.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Created page with "→Tab bar: .bg3wiki-tabbar { background-color: var(--bg3wiki-tabbar-bg); } .bg3wiki-tabbar .bg3wiki-tab { padding:0 10px; display: inline-block; } .bg3wiki-tabbar .bg3wiki-tab-active { background-color: var(--bg3wiki-tabbar-active-bg); color: var(--bg3wiki-tabbar-active-color); }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* Tab bar */ | /* Tab bar */ | ||
.bg3wiki-tabbar { | .bg3wiki-tabbar { | ||
background-color: | background-color: #1B1A19; | ||
} | } | ||
Line 10: | Line 10: | ||
.bg3wiki-tabbar .bg3wiki-tab-active { | .bg3wiki-tabbar .bg3wiki-tab-active { | ||
background-color: | background-color: 281c14; | ||
color | color #cfbca9; | ||
} | } |