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 6969code {
7070 background-color : var (--color-brand-peach );
7171 word-spacing : -0.125em ;
72- color : var (--color-brand-gray1 );
72+ color : red; /* var(--color-brand-gray1); */
7373}
7474
7575/* special case inside redocly div to avoid overwriting redocly managed code colours */
@@ -78,6 +78,11 @@ code {
7878 color : inherit;
7979}
8080
81+ # redoc .hljs-comment ,
82+ # redoc .hljs-meta {
83+ color : inherit;
84+ }
85+
8186a code {
8287 color : var (--color-link );
8388 background-color : transparent;
Original file line number Diff line number Diff line change 114114 visibility : visible;
115115}
116116
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+
117126.doc i .fa {
118127 font-style : normal;
119128}
You can’t perform that action at this time.
0 commit comments