Fix vulnerable dependencies.
This commit is contained in:
parent
d288b57fc2
commit
639df7450d
@ -19,8 +19,8 @@
|
||||
"css": "seraphimrp.css"
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylelint": "^10.1.0",
|
||||
"stylelint-config-standard": "^18.3.0"
|
||||
"stylelint": "^14.7.1",
|
||||
"stylelint-config-standard": "^25.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "stylelint seraphimrp.css",
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/* Samsung Internet and Microsoft Edge (yes, both of them use -webkit- prefix) */
|
||||
::-webkit-input-placeholder {
|
||||
::input-placeholder {
|
||||
color: var(--body-color-muted);
|
||||
}
|
||||
|
||||
@ -35,15 +35,15 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
background: hsla(232, 14%, 31%, 0.4);
|
||||
background: hsl(232deg 14% 31% / 40%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:vertical:hover {
|
||||
background: hsla(232, 14%, 31%, 0.5);
|
||||
background: hsl(232deg 14% 31% / 50%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:vertical:active {
|
||||
background: hsla(232, 14%, 31%, 0.6);
|
||||
background: hsl(232deg 14% 31% / 60%);
|
||||
}
|
||||
|
||||
html {
|
||||
@ -176,7 +176,7 @@ body {
|
||||
.btn:active,
|
||||
.btn:focus,
|
||||
.input:focus {
|
||||
box-shadow: 0 0 0 3px rgba(143, 188, 187, 0.5);
|
||||
box-shadow: 0 0 0 3px rgb(143 188 187 / 50%);
|
||||
}
|
||||
|
||||
.input:not(:disabled):focus,
|
||||
@ -339,7 +339,7 @@ body {
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#sidebar-overlay {
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
background: rgb(0 0 0 / 80%);
|
||||
}
|
||||
}
|
||||
|
||||
@ -391,7 +391,7 @@ body {
|
||||
/* personal modifications begin here */
|
||||
|
||||
body {
|
||||
font: 16px JetBrains Mono;
|
||||
font: 16px "JetBrains Mono";
|
||||
}
|
||||
|
||||
#form,
|
||||
|
Loading…
Reference in New Issue
Block a user