:root {
    --theme-bg-color:           #debb19;
    --theme-bg-hover-color:     #c09a14;
    --theme-link-color:         #ad9113;
    --theme-link-visited-color: #b57900;

    --theme-link-hover-bg-color:          rgba(79, 84, 140, 0.15);
    --theme-link-underline-color:         rgba(79, 84, 140, 0.3);
    --theme-link-underline-visited-color: rgba(91, 94, 128,  .3);
    --theme-preview-hover-bg-color:       rgba(79, 84, 140, 0.7);

}