add script

This commit is contained in:
何夕2077
2025-06-24 07:17:33 +00:00
parent 45f8f5184c
commit d01e87dc68
2 changed files with 8 additions and 9 deletions

View File

@@ -184,13 +184,6 @@ body:is(html[class~="dark"] *) {
}
strong:is(html[class~="dark"] *) {
background: #f90;
color: #000000;
padding: 5px;
border-radius: 5px;
color: #f90;
padding: 3px;
}
strong:focus:is(html[class~="dark"] *) {
background: #ffffff;
color: #000000;
}