/* Dark mode for Quark theme */
body {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

#body-wrapper {
    background-color: #1a1a2e;
}

.content-wrapper {
    background-color: #1a1a2e;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #e8e8e8;
}

/* Links */
a {
    color: #64b5f6;
}
a:hover {
    color: #90caf9;
}

/* Lists */
li {
    color: #e0e0e0;
}

/* Paragraphs and text */
p, span, div {
    color: #d0d0d0;
}

/* Code blocks */
pre, code {
    background-color: #16213e;
    color: #a8d8a8;
}

/* Footer */
#footer {
    background-color: #0f0f23;
    color: #888;
}

/* Blockquotes */
blockquote {
    border-left-color: #64b5f6;
    background-color: #16213e;
    color: #c0c0c0;
}

/* Tables */
table th {
    background-color: #16213e;
    color: #e0e0e0;
}
table td {
    background-color: #1a1a2e;
    color: #d0d0d0;
    border-color: #333;
}

/* Notices */
.notices {
    background-color: #16213e;
}
