We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df950a1 commit 62044a5Copy full SHA for 62044a5
templates/style/_themes.scss
@@ -2,11 +2,11 @@
2
html {
3
--color-background-code: #f5f5f5;
4
--color-background: #fff;
5
- --color-border-light: lighten(#ddd, 5%);
+ --color-border-light: #eaeaea;
6
--color-border: #ddd;
7
--color-doc-link-background: #333;
8
--color-doc-link-hover: #3061f3;
9
- --color-error-hover: darken(#d93d3d, 10%);
+ --color-error-hover: #be2525;
10
--color-error: #d93d3d;
11
--color-macro: #068000;
12
--color-menu-border: #cdcdcd;
@@ -16,8 +16,8 @@ html {
16
--color-struct: #df3600;
17
--color-type: #e57300;
18
--color-url: #4d76ae;
19
- --color-warn-background: lighten(#e57300, 45%);
20
- --color-warn-hover: darken(#e57300, 10%);
+ --color-warn-background: #ffe5cc;
+ --color-warn-hover: #b25900;
21
--color-warn: #e57300;
22
}
23
0 commit comments