File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 304
304
font-weight : var (--body-font-weight-bold );
305
305
opacity : 1 ;
306
306
}
307
-
Original file line number Diff line number Diff line change @@ -571,9 +571,9 @@ <h3>Parameters</h3>
571
571
< footer >
572
572
< div class ="container ">
573
573
< ul >
574
- < li > < a href ="#features " class =" contrast " > Features</ a > </ li >
575
- < li > < a href ="./docs/ " class =" contrast " > Docs</ a > </ li >
576
- < li > < a href ="https://github.com/cppalliance/mrdocs " class =" contrast " > GitHub</ a > </ li >
574
+ < li > < a href ="#features "> Features</ a > </ li >
575
+ < li > < a href ="./docs/ "> Docs</ a > </ li >
576
+ < li > < a href ="https://github.com/cppalliance/mrdocs "> GitHub</ a > </ li >
577
577
</ ul >
578
578
</ div >
579
579
</ footer >
Original file line number Diff line number Diff line change 180
180
<div class =" container" >
181
181
<ul >
182
182
{{ #each navbar }}
183
- <li ><a href =" {{ href }} " class = " contrast " >{{ title }} </a ></li >
183
+ <li ><a href =" {{ href }} " >{{ title }} </a ></li >
184
184
{{ /each }}
185
- <li ><a href =" https://github.com/cppalliance/mrdocs" class = " contrast " >GitHub</a ></li >
185
+ <li ><a href =" https://github.com/cppalliance/mrdocs" >GitHub</a ></li >
186
186
</ul >
187
187
</div >
188
188
</footer >
Original file line number Diff line number Diff line change @@ -3285,9 +3285,13 @@ footer ul {
3285
3285
margin : 0 ;
3286
3286
}
3287
3287
3288
+ footer a {
3289
+ color : var (--muted-color );
3290
+ }
3291
+
3288
3292
footer a : hover ,
3289
3293
footer a : focus {
3290
- color : var ( --primary-hover ) !important ;
3294
+ color : # fff ;
3291
3295
text-decoration : underline;
3292
3296
transform : translateY (-1px );
3293
3297
transition : all var (--transition );
You can’t perform that action at this time.
0 commit comments