💄 Optimize readability of swagger

This commit is contained in:
2025-09-25 23:59:18 +08:00
parent 2de1e12c33
commit 744622addf

View File

@@ -84,4 +84,10 @@ useHead({
.swagger-ui textarea * {
font-family: "IBM Plex Mono", monospace !important;
}
@media (prefers-color-scheme: dark) {
.swagger-ui {
--secondary-text-color: #ffffff !important;
}
}
</style>