MediaWiki: Tweeki.css: Difference between revisions

From Ensiklopedia
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
.page-Main_Page #contentwrapper {
.page-Main_Page #contentwrapper {
padding-top: 46px;
padding-top: 46px;

Revision as of 16:48, 8 May 2023

/* CSS placed here will affect users of the Tweeki skin */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
.page-Main_Page #contentwrapper {
	padding-top: 46px;
}

.page-Main_Page a {
	color:#383838;
}
body {
	font-family: 'Poppins', sans-serif;
}