File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 69
69
code {
70
70
background-color : var (--color-brand-peach );
71
71
word-spacing : -0.125em ;
72
- color : var (--color-brand-gray1 );
72
+ color : red; /* var(--color-brand-gray1); */
73
73
}
74
74
75
75
/* special case inside redocly div to avoid overwriting redocly managed code colours */
@@ -78,6 +78,11 @@ code {
78
78
color : inherit;
79
79
}
80
80
81
+ # redoc .hljs-comment ,
82
+ # redoc .hljs-meta {
83
+ color : inherit;
84
+ }
85
+
81
86
a code {
82
87
color : var (--color-link );
83
88
background-color : transparent;
Original file line number Diff line number Diff line change 114
114
visibility : visible;
115
115
}
116
116
117
+ .three-column-row h1 : hover a .anchor ,
118
+ .three-column-row h2 : hover a .anchor ,
119
+ .three-column-row h3 : hover a .anchor ,
120
+ .three-column-row h4 : hover a .anchor ,
121
+ .three-column-row h5 : hover a .anchor ,
122
+ .three-column-row h6 : hover a .anchor {
123
+ visibility : hidden;
124
+ }
125
+
117
126
.doc i .fa {
118
127
font-style : normal;
119
128
}
You can’t perform that action at this time.
0 commit comments