diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-06 12:13:15 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-06 12:13:15 +0100 |
| commit | 6ad15d2e9bfc9be6c33d1db8e228e6a25cc0fd97 (patch) | |
| tree | 82ad6387a426aa36dfb44dddd047a309e694880e /frontend/scss/main.scss | |
| parent | 2350395bdc1afe135141bd8a2d08f63ec3c8d4cb (diff) | |
Diffstat (limited to 'frontend/scss/main.scss')
| -rw-r--r-- | frontend/scss/main.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss index 390112b..629731b 100644 --- a/frontend/scss/main.scss +++ b/frontend/scss/main.scss @@ -9,7 +9,8 @@ --color-gray: #bcb3bb; /* quote and legend */ --color-rose: #f2b5d4; /* link accent */ --color-light-rose: hsl(330, 55%, 70%, 0.2); /* link accent hover and highlight */ - --color-black: rgba(0, 0, 0, 0.4); /* pre, code */ + --color-black: hsl(210, 15%, 5%); /* pre, code */ + --color-white: #dce4e4; /* pre, code */ --callout-color-background: hsl(210, 10%, 23%); --callout-color: hsl(210, 14%, 89%); @@ -20,7 +21,6 @@ --color-gray: #433b42; /* quote and legend */ --color-rose: #a01a5e; /* link accent */ --color-light-rose: hsla(330, 86%, 67%, 0.2); /* link accent hover and highlight */ - --color-black: rgba(0, 0, 0, 0.2); /* pre, code */ --callout-color-background: hsl(210, 14%, 89%); --callout-color: hsl(210, 10%, 23%); |
