MediaWiki:Minerva.css: различия между версиями

Материал из MURS вики
Новая страница: «→‎All CSS here will be loaded for users of the MinervaNeue skin: @import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); body { font-family: 'Inter', sans-serif; }»
 
Нет описания правки
Строка 4: Строка 4:
body {
body {
   font-family: 'Inter', sans-serif;
   font-family: 'Inter', sans-serif;
}
.pre-content h1, .content h1, .content h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.pre-content h1, .content h1 {
  color: #4b8fcc;
}
}

Версия от 16:23, 9 марта 2024

/* All CSS here will be loaded for users of the MinervaNeue skin */
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

.pre-content h1, .content h1, .content h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.pre-content h1, .content h1 {
  color: #4b8fcc;
}