/* Ciemny motyw dla Gollum Wiki */
body {
    background-color: #191c20 !important;
    color: #ffffff !important;
}

#head, #header {
    background-color: #191c20 !important;
    border-bottom: 1px solid #444 !important;
}

#wiki-wrapper {
    background-color: #191c20 !important;
}

#wiki-content {
    background-color: #191c20 !important;
    color: #ffffff !important;
}

#wiki-content-wrapper {
    background-color: #191c20 !important;
}

.markdown-body {
    background-color: #191c20 !important;
    color: #ffffff !important;
}

a {
    color: #3b82f6 !important;
}

a:hover {
    color: #60a5fa !important;
}

.minibutton {
    background-color: #2a2e33 !important;
    color: #ffffff !important;
    border: 1px solid #555 !important;
}

.minibutton:hover {
    background-color: #3a3e43 !important;
}

pre, code {
    background-color: #0d0f12 !important;
    color: #f0f0f0 !important;
    border: 1px solid #333 !important;
}

table {
    background-color: #191c20 !important;
    border-color: #333 !important;
}

th {
    background-color: #2a2e33 !important;
    color: #ffffff !important;
}

td {
    border-color: #333 !important;
    background-color: #191c20 !important;
}

input, textarea, select {
    background-color: #2a2e33 !important;
    color: #ffffff !important;
    border: 1px solid #333 !important;
}

#footer {
    background-color: #191c20 !important;
    border-top: 1px solid #444 !important;
    text-align: center !important;
    padding: 20px !important;
    color: #888 !important;
    font-size: 14px !important;
}

#footer a {
    color: #3b82f6 !important;
}

#footer #last-edit, #footer #delete-link, #footer #page-info-toggle, #footer p:has(#page-info-toggle), #footer p:has(#delete-link) {
    display: none !important;
}

.footer {
    background-color: #191c20 !important;
    text-align: center !important;
}
