diff --git a/_styles/home.css b/_styles/home.css index 0d7c3f613e..f996e96919 100644 --- a/_styles/home.css +++ b/_styles/home.css @@ -575,7 +575,7 @@ input:focus + .focus-reveal { bottom: auto; height: 10%; left: auto; - perspective: 1000; + perspective: 1000px; right: 1%; text-shadow: none; top: 5%; diff --git a/_styles/main.css b/_styles/main.css index 9bce7ab04a..58c622d538 100644 --- a/_styles/main.css +++ b/_styles/main.css @@ -711,7 +711,7 @@ a.third:hover { #js-alert { border-bottom: 1px solid; border-top: 1px solid; - font-size: 0.8; + font-size: 0.8em; margin-bottom: 1em; order: -1; padding: 0 1em; diff --git a/package-lock.json b/package-lock.json index 0f37b59668..73ea7975a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "stylelint": "^16.13.2", - "stylelint-config-recommended": "^14.0.1" + "stylelint-config-recommended": "^15.0.0" }, "engines": { "node": ">=14.16" @@ -14458,9 +14458,9 @@ } }, "node_modules/stylelint-config-recommended": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", - "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz", + "integrity": "sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA==", "dev": true, "funding": [ { @@ -14476,7 +14476,7 @@ "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.1.0" + "stylelint": "^16.13.0" } }, "node_modules/stylelint/node_modules/@csstools/selector-specificity": { diff --git a/package.json b/package.json index 451f6a2ba5..082c14bb50 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "stylelint": "^16.13.2", - "stylelint-config-recommended": "^14.0.1" + "stylelint-config-recommended": "^15.0.0" }, "scripts": { "install:submodule": "git submodule init && git submodule update --force --rebase",