MediaWiki: Tweeki.css: Difference between revisions
From Ensiklopedia
No edit summary Tag: Manual revert |
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@500&display=swap'); | |||
.page-Main_Page #contentwrapper { | .page-Main_Page #contentwrapper { | ||
padding-top: 46px; | padding-top: 46px; | ||
Line 6: | Line 7: | ||
.page-Main_Page a { | .page-Main_Page a { | ||
color:#383838; | color:#383838; | ||
} | } |
Revision as of 16:34, 8 May 2023
/* CSS placed here will affect users of the Tweeki skin */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap'); .page-Main_Page #contentwrapper { padding-top: 46px; } .page-Main_Page a { color:#383838; }