Немає опису редагування
мНемає опису редагування
 
(Не показано одну проміжну версію цього користувача)
Рядок 196: Рядок 196:
a:visited {
a:visited {
     color: #ffffff !important;
     color: #ffffff !important;
}
/* =========================
  ЗМІСТ (TOC) - ТЕМНА ТЕМА
  ========================= */
#toc {
    background-color: #1c1c1c !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
    padding: 10px !important;
    border-radius: 6px !important;
}
#toc a {
    color: #ffffff !important;
    text-decoration: none !important;
}
#toc a:hover {
    color: #ffcc00 !important;
    text-decoration: underline !important;
}
/* =========================
  ЗАГОЛОВКИ - ТЕМНА ТЕМА
  ========================= */
.mw-parser-output h1,
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
    color: #ffffff !important;
    border-color: #444 !important;
}
}