MediaWiki:Mobile.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .bg3wiki-centered { text-align: center; }")
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
:root.skin-citizen-dark {
    --color-primary__h: 20;
}


.bg3wiki-centered {
.bg3wiki-centered {
     text-align: center;
     text-align: center;
}
}

Revision as of 17:39, 19 July 2023

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

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

.bg3wiki-centered {
    text-align: center;
}