diff --git a/Resources/stylesheets/colors.scss b/Resources/stylesheets/colors.scss index b5e81cf..fef9f11 100644 --- a/Resources/stylesheets/colors.scss +++ b/Resources/stylesheets/colors.scss @@ -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); @@ -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);