This commit is contained in:
何夕2077
2025-06-24 07:04:20 +00:00
parent c480aac0b3
commit 45f8f5184c

View File

@@ -181,4 +181,16 @@ body:is(html[class~="dark"] *) {
.hextra-tabs-toggle[data-state=selected]:is(html[class~="dark"] *) {
border-bottom: 2px solid #ff9900;
color: #ff9900;
}
strong:is(html[class~="dark"] *) {
background: #f90;
color: #000000;
padding: 5px;
border-radius: 5px;
}
strong:focus:is(html[class~="dark"] *) {
background: #ffffff;
color: #000000;
}