Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Fixed missing coluor declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Nov 7, 2023
1 parent 62d12fc commit 17cc810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/stylesheets/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
--code-snippet-text: var(--black);
--code-snippet-border: var(--grey);

--rule-background: var(--light-blue);
--post-rule: var(--light-grey);

--what-is-background: var(--very-light-blue);
Expand All @@ -102,6 +103,7 @@
--code-snippet-text: var(--white);
--code-snippet-border: var(--grey);

--rule-background: var(--dark-blue);
--post-rule: var(--dark-grey);

--what-is-background: var(--dark-blue);
Expand Down

0 comments on commit 17cc810

Please sign in to comment.