﻿html.dark body {
    background-color: #1f2937; /* dark gray */
    color: #f9fafb; /* light text */
}
.wikibox {
    background-color: #374151; /* darker gray box */
    border-left: 4px solid #9ca3af; /* medium gray border */
    padding: 1rem;
    margin-bottom: 1rem;
}
.navbox {
    background-color: #374151; /* darker gray box */
    padding: 1rem;
    margin-bottom: 1rem;
}
footer {
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 40px;
    background: #1f2937;
    color: #f9fafb; /* light text */
    /* Edit Column Styles */
}