Skip to content

Commit 34a5e61

Browse files
committed
feat: Use native swagger ui dark mode
1 parent 845cbba commit 34a5e61

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" class="dark-mode">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/HDBDogOnly.svg" />

src/features/instance/apis/swagger.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
.swagger-ui {
2-
filter: invert(88%) hue-rotate(180deg);
3-
4-
.microlight {
5-
filter: invert(100%) hue-rotate(180deg);
6-
}
7-
82
.info {
93
display: none;
104
}

0 commit comments

Comments
 (0)