MediaWiki: Common.css: различия между версиями
Материал из Vanilla Station
TFMB (обсуждение | вклад) мНет описания правки |
TFMB (обсуждение | вклад) Нет описания правки |
||
Строка 4: | Строка 4: | ||
.bg-light{ | .bg-light{ | ||
background:#1b1b1f !important; | background:#1b1b1f !important; | ||
} | |||
#maincontentwrapper { | |||
overflow-wrap: break-word; | |||
background: #212126; | |||
border: 1px solid black; | |||
border-radius:1.4rem; | |||
} | } |
Версия от 14:33, 20 мая 2024
.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
color: white
}
.bg-light{
background:#1b1b1f !important;
}
#maincontentwrapper {
overflow-wrap: break-word;
background: #212126;
border: 1px solid black;
border-radius:1.4rem;
}