:root {
    color-scheme: light;
    --fg-color: rgb(5, 5, 5);
    --bg-color: rgb(250, 250, 250);
    /* no filter */
    --post-link: #14965c;
    --post-list: #cc241d;
    --post-code-color: #d13a4b;
    --post-code-bg: #e8ebed;
    --post-h-color: rgb(5, 5, 5); 
    --post-h-after: rgb(5, 5, 5);
    --table-hover: #dddada;
    --paper-bg: rgba(188, 140, 255, 0.1);
    --paper-color: #a371f7;
    --repo-bg: rgba(63, 185, 80, 0.1);
    --repo-color: #3fb950;
    --website-bg: rgba(115, 219, 221, 0.1);
    --website-color: #71ccf9;
}
