_sass/_light.scss in jekyll-theme-console-0.3.9 vs _sass/_light.scss in jekyll-theme-console-0.3.10

- old
+ new

@@ -2,10 +2,9 @@ * Light theme variables */ :root { --base-color: #000; - --primary-color: #000000; // needed for github pages even when not used --border: dashed 1px rgba(0, 0, 0, 1); --selection-background: rgba(0, 0, 0, 0.99); --selection-text: #FFF; --background-color: #FFF; --text-color: var(--base-color);