From 055a70348266b9a8389363e21a09b817415c79d5 Mon Sep 17 00:00:00 2001 From: b2a3e8 <31370519+b2a3e8@users.noreply.github.com> Date: Sat, 4 Jul 2020 10:48:41 +0200 Subject: [PATCH] Cleanup code --- _sass/_dark.scss | 1 - _sass/_hacker.scss | 1 - _sass/_light.scss | 1 - _sass/base.scss | 6 ------ jekyll-theme-console.gemspec | 2 +- 5 files changed, 1 insertion(+), 10 deletions(-) diff --git a/_sass/_dark.scss b/_sass/_dark.scss index 8f9740eaf..59893dd40 100644 --- a/_sass/_dark.scss +++ b/_sass/_dark.scss @@ -4,7 +4,6 @@ :root { --base-color: #DBDBDB; - --primary-color: #000000; // needed for github pages even when not used --border: dashed 1px rgba(219, 219, 219, 0.9); --selection-background: rgba(219, 219, 219, 0.99); --selection-text: #000; diff --git a/_sass/_hacker.scss b/_sass/_hacker.scss index baf805c6a..29a26bb94 100644 --- a/_sass/_hacker.scss +++ b/_sass/_hacker.scss @@ -4,7 +4,6 @@ :root { --base-color: #00ff00; - --primary-color: #000000; // needed for github pages even when not used --border: dashed 1px rgba(0, 255, 0, 0.9); --selection-background: rgba(0, 255, 0, 0.99); --selection-text: #000; diff --git a/_sass/_light.scss b/_sass/_light.scss index 716de2816..be7b64b42 100644 --- a/_sass/_light.scss +++ b/_sass/_light.scss @@ -4,7 +4,6 @@ :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; diff --git a/_sass/base.scss b/_sass/base.scss index 22ac49d63..88b67d305 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -20,12 +20,6 @@ p, ul, ol { margin: 0px; color: var(--text-color); } a { text-decoration: underline; color: var(--link-color); } a:hover { color: var(--background-color); background-color: var(--base-color); } @media only screen and (max-device-width: 500px) { * { font-size: $mobile-font-size !important; } } -/*h1:before { content: "#"; margin-right: 9px; } -h2:before { content: "##"; margin-right: 9px; } -h3:before { content: "###"; margin-right: 9px; } -h4:before { content: "####"; margin-right: 9px; } -h5:before { content: "#####"; margin-right: 9px; } -h6:before { content: "######"; margin-right: 9px; }*/ /** * Layout diff --git a/jekyll-theme-console.gemspec b/jekyll-theme-console.gemspec index cd1172e99..b84c84818 100644 --- a/jekyll-theme-console.gemspec +++ b/jekyll-theme-console.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-console" - spec.version = "0.3.9" + spec.version = "0.3.10" spec.authors = ["b2a3e8"] spec.email = ["31370519+b2a3e8@users.noreply.github.com"]