/*
    text: text color
    extra1: nav background
    extra2: nav border bottom
    extra3: background color
*/

#container01 .wrapper .inner {
    background-color: var(--extra1);
    border-bottom: var(--extra2) solid 1px;
}
body:before {
    background-image: none;
    background-color: var(--extra3);
}

#text05, #text19, #table13, #text13, #text47, #text01, #text57, #text75, #text76, #text09, #text95, #text52, #text56, #text21, #text96, #text59, #buttons01 .button, #buttons01 .button, #buttons03 .button, #text50, #text04, #text71, #text73, #text34, #text24, .convertPara, #text94, #text41, #text97 {
    color: var(--text) !important;
}

#icons01 .n02 svg, #buttons01 li a svg {
    fill: var(--text);
}