
/* Globals */

:root {
    --sidebar-width: 300px;
    --page-padding: 15px;
    --content-max-width: 750px;
}

/* Themes */

.light {
    --bg: #EFF4F9;
    --fg: #1A435F;
    --fg-title: #000000;

    --sidebar-bg: #0B334E;
    --sidebar-fg: #FFFFFF;
    --sidebar-non-existant: #aaaaaa;
    --sidebar-active: #ffffff;
    --sidebar-active-bg: #07A6F0;
    --sidebar-spacer: red;

    --scrollbar: #cccccc;

    --icons: #cccccc;
    --icons-hover: #333333;

    --links: #07A6F0;

    --inline-code-color: #6e6b5e;

    --theme-popup-bg: #EFF4F9;
    --theme-popup-border: #cccccc;
    --theme-hover: #e6e6e6;

    --quote-bg: hsl(197, 37%, 96%);
    --quote-border: hsl(197, 37%, 91%);

    --table-border-color: hsl(0, 0%, 95%);
    --table-header-bg: hsl(0, 0%, 80%);
    --table-alternate-bg: hsl(0, 0%, 97%);

    --searchbar-border-color: #aaa;
    --searchbar-bg: #fafafa;
    --searchbar-fg: #000;
    --searchbar-shadow-color: #aaa;
    --searchresults-header-fg: #666;
    --searchresults-border-color: #888;
    --searchresults-li-bg: #e4f2fe;
    --search-mark-bg: #a2cff5;
}

