5,953
edits
No edit summary |
No edit summary |
||
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 */ | ||
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;700&display=swap'); | |||
/* ============================== general interface =============================== */ | /* ============================== general interface =============================== */ | ||
Line 701: | Line 702: | ||
.navbar-separator { | .navbar-separator { | ||
display: none; | display: none; | ||
} | |||
/* ============================== Hindi translations ============================== */ | |||
.page-ऑन_सर्टेन्टि .mw-parser-output * { | |||
font-family: 'Google Sans', sans-serif; | |||
} | |||
.page-ऑन_सर्टेन i { | |||
display: inline-block; | |||
margin-right: 0.2em; | |||
} | } |