/* light mode */
:root {
    --name-color: hsl(212,64%,25%);
    --name-color: midnightblue;
    --name-color: black;
    --body-background-color: white;
    --tags-background: white;
    --blockquote-background: #f9f9f9;
    --blockquote-border: #ccc;
    --table-border: #666;
    --table-row: hsl(0, 0%, 70%);
    --table-even-child: #eee;
    --table-header: #ddd;
    --table-column-border: hsl(0, 0%, 45%);
    --inline-code-background: hsl(0, 0%, 80%);
    --link: darkblue;
    --link-highlight: tomato;
}
