MediaWiki:Mobile.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 3: Line 3:
:root.skin-citizen-dark {
:root.skin-citizen-dark {
     --color-primary__h: 20;
     --color-primary__h: 20;
}
.bg3wiki-centered {
    text-align: center;
}
}

Revision as of 02:51, 22 July 2023

/* All CSS here will be loaded for users of the mobile site */

:root.skin-citizen-dark {
    --color-primary__h: 20;
}