mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-08 02:53:34 +03:00
feat: add IE11 compatibility
This commit is contained in:
parent
eb36082087
commit
e9612c756b
@ -4,6 +4,11 @@
|
|||||||
"version": "2025.01.24",
|
"version": "2025.01.24",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "npm@11.4.1",
|
"packageManager": "npm@11.4.1",
|
||||||
|
"browserslist": [
|
||||||
|
">0.2%",
|
||||||
|
"not dead",
|
||||||
|
"IE 11"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
$colorBg: #181818;
|
$colorBg: #181818;
|
||||||
$colorBgAlt: hwb(0deg 0% 100% / 20%);
|
$colorBgAlt: rgba(0, 0, 0, 0.2);
|
||||||
$colorBgCode: #3b3d42;
|
$colorBgCode: #3b3d42;
|
||||||
$colorBlossom: #6da13f;
|
$colorBlossom: #6da13f;
|
||||||
$colorFade: #598332;
|
$colorFade: #598332;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user