diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-06 02:22:39 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-06 02:22:39 +0300 |
commit | e9612c756b0800d76560d6f5c685dee75f11e1c8 (patch) | |
tree | b47b354c9c02c419c990687ead275d3feb870236 /src/scss/_variables.scss | |
parent | eb360820872df15e1315e4889a3ba6649c07dace (diff) | |
download | popov.link-e9612c756b0800d76560d6f5c685dee75f11e1c8.tar.xz popov.link-e9612c756b0800d76560d6f5c685dee75f11e1c8.zip |
feat: add IE11 compatibility
Diffstat (limited to 'src/scss/_variables.scss')
-rw-r--r-- | src/scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 1e0a4ef..039ba4f 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -1,5 +1,5 @@ $colorBg: #181818; -$colorBgAlt: hwb(0deg 0% 100% / 20%); +$colorBgAlt: rgba(0, 0, 0, 0.2); $colorBgCode: #3b3d42; $colorBlossom: #6da13f; $colorFade: #598332; |