0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 16:40:26 +03:00

feat: add IE11 compatibility

This commit is contained in:
2025-06-05 23:22:39 +00:00
parent eb36082087
commit e9612c756b
2 changed files with 6 additions and 1 deletions

View File

@ -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;