0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00

feat: add IE11 compatibility

This commit is contained in:
Valentin Popov 2025-06-05 23:22:39 +00:00
parent eb36082087
commit e9612c756b
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@
"version": "2025.01.24",
"private": true,
"packageManager": "npm@11.4.1",
"browserslist": [
">0.2%",
"not dead",
"IE 11"
],
"scripts": {
"format": "prettier --write .",
"dev": "astro dev",

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;