Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
b2a3e8 committed Jul 4, 2020
1 parent 7def3f8 commit 055a703
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion _sass/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion _sass/_hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion _sass/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand Down

0 comments on commit 055a703

Please sign in to comment.