VigersRay (обсуждение | вклад) Нет описания правки |
VigersRay (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
@import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather); | |||
html { | |||
background: rgb(0,0,0) !important; | |||
height: 100%; | |||
font-size: 1.1em; | |||
filter: brightness(100%) contrast(100%) grayscale(0%) !important; | |||
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important; | |||
overflow-x: hidden; | |||
} | |||
body { | body { | ||
margin: 0; | margin: 0; |
Версия от 18:33, 8 февраля 2024
@import url(https://tools-static.wmflabs.org/fontcdn/css?family=Merriweather);
html {
background: rgb(0,0,0) !important;
height: 100%;
font-size: 1.1em;
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
overflow-x: hidden;
}
body {
margin: 0;
background: #000;
color: #ccccff;
font-family: 'Merriweather', serif;
}
h1, h2, h3, h4 {
color: #6699ff;
font-family: 'Merriweather', serif;
}