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:
parent
eb36082087
commit
e9612c756b
@ -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",
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user