Skip to content

Commit 73cae7b

Browse files
committed
lightmode css: fix swagger Authorize dialog
Remove swagger-ui styling that placed white text on a light background in the Authorize dialog Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 41a6872 commit 73cae7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/css/custom.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ button [class^="lightToggleIcon"]:not(:hover) {
103103
background-color: unset;
104104
}
105105

106-
.swagger-ui code {
107-
color: white;
108-
}
109-
110106
html[data-theme="dark"] {
111107
--ifm-color-primary: var(--golioth-color-coral);
112108
--ifm-color-primary-dark: #d23c43;

0 commit comments

Comments
 (0)