Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffen Schwiesow committed Oct 16, 2019
1 parent 0a4491c commit cc0705b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions _sass/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
*/

:root {
--base-color: #DBDBDB;
--primary-color: #A2FC8F;
--border: dashed 1px rgba(219, 219, 219, 0.9);
--selection-background: rgba(219, 219, 219, 0.99);
--selection-text: #000;
--background-color: #000;
--text-color: var(--base-color);
--placeholder-color: var(--base-color);
--link-color: var(--base-color);
--base-color: #DBDBDB;
--primary-color: #A2FC8F;
--border: dashed 1px rgba(219, 219, 219, 0.9);
--selection-background: rgba(219, 219, 219, 0.99);
--selection-text: #000;
--background-color: #000;
--text-color: var(--base-color);
--placeholder-color: var(--base-color);
--link-color: var(--base-color);
}
18 changes: 9 additions & 9 deletions _sass/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
*/

:root {
--base-color: #000;
--primary-color: #0000EE;
--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);
--placeholder-color: var(--base-color);
--link-color: var(--base-color);
--base-color: #000;
--primary-color: #0000EE;
--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);
--placeholder-color: var(--base-color);
--link-color: var(--base-color);

}

0 comments on commit cc0705b

Please sign in to comment.