Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 832ede3

Browse files
committed
Increase contrast in Redoc a little bit
1 parent cc0d806 commit 832ede3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_layouts/redoc.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,24 @@
1717
lazyRendering: true,
1818
theme: {
1919
colors: {
20+
tonalOffset: 0.2,
2021
primary: {
2122
main: '#2b2b2c',
23+
},
24+
success: {
25+
main: '#008000',
26+
light: '#ecf7ed',
27+
},
28+
error: {
29+
main: '#cc0000',
30+
},
31+
responses: {
32+
success: {
33+
backgroundColor: '#ecf7ed',
34+
},
35+
error: {
36+
backgroundColor: '#ffebeb',
37+
}
2238
}
2339
},
2440
typography: {

0 commit comments

Comments
 (0)