This commit is contained in:
theseyan
2025-03-09 11:55:53 +05:30
committed by Dion Moult
parent e78127d54f
commit 7503530741
+5
View File
@@ -82,3 +82,8 @@ dl.py.property, dl.py.attribute, dl.py.method, dl.py.function {
color: var(--color-brand-content);
font-style: italic;
}
/* Workaround for highlighting issue in Furo */
[role=main] .highlighted {
-webkit-text-fill-color: initial !important;
}