We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845cbba commit 34a5e61Copy full SHA for 34a5e61
index.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<html lang="en">
+<html lang="en" class="dark-mode">
3
<head>
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/HDBDogOnly.svg" />
src/features/instance/apis/swagger.css
@@ -1,10 +1,4 @@
.swagger-ui {
- filter: invert(88%) hue-rotate(180deg);
-
- .microlight {
- filter: invert(100%) hue-rotate(180deg);
6
- }
7
8
.info {
9
display: none;
10
}
0 commit comments