
/* Globals */

:root {
    --sidebar-width: 300px;
    --page-padding: 15px;
    --content-max-width: 1440px;
    --font-size: 14px;
}

/* Themes */

.lovion {
    --bg: #fff;
    --text: #333;
    --text-print: #000;
    --fg: #222e83;

    --sidebar-bg: #f5f5f5;
    --sidebar-fg: #333333;
    --sidebar-non-existant: #aaaaaa;
    --sidebar-active: #ff6600;
    --sidebar-spacer: #f4f4f4;

    --scrollbar: #cccccc;

    --icons: #cccccc;
    --icons-hover: #222e83;

    --links: #222e83;

    --inline-code-color: #6e6b5e;

    --theme-popup-bg: #fafafa;
    --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: #666;
    --table-alternate-bg: hsl(0, 0%, 97%);

    --searchbar-border-color: #aaa;
    --searchbar-bg: #fafafa;
    --searchbar-fg: #333;
    --searchbar-shadow-color: #aaa;
    --searchresults-header-fg: #222e83;
    --searchresults-border-color: #888;
    --searchresults-li-bg: #e4f2fe;
    --search-mark-bg: #fdeade;
}