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