Skip to content

Commit 8203d92

Browse files
committed
feat: support all dark themes
Signed-off-by: Sebastien Marinier <seb@smarinier.net>
1 parent b9ea45d commit 8203d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/swagger-dark.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* one-dark theme adapted to nextcloud
44
*
55
*/
6-
[data-theme-dark] {
6+
[data-themes*="dark"] {
77
/* primary colors */
88

99
.swagger-ui .topbar .download-url-wrapper .select-label select {
@@ -401,7 +401,7 @@
401401
}
402402
}
403403

404-
[data-theme-dark] {
404+
[data-themes*="dark"] {
405405
/* primary colors */
406406
--swagger-color: #62a03f;
407407
--link-color: #2e82e5;

0 commit comments

Comments
 (0)