File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -227,24 +227,25 @@ iframe {
227
227
}
228
228
229
229
.install-button {
230
+ background-color : var (--ifm-font-color-base );
231
+ border :2px solid var (--ifm-font-color-base );
232
+ border-radius : 100px ;
230
233
color : var (--admonition-info-c-bg );
231
234
cursor : pointer ;
232
235
font-weight : bold ;
233
236
padding : 16px ;
234
237
padding-left : 32px ;
235
238
padding-right : 32px ;
236
- border : 0 ;
237
- border-radius : 100px ;
238
- background-color : var (--ifm-font-color-base );
239
239
}
240
240
241
241
.docs-button {
242
+ background-color : transparent ;
243
+ border : 2px solid var (--ifm-font-color-base );
244
+ border-radius : 100px ;
242
245
color : var (--ifm-font-color-base );
243
246
cursor : pointer ;
244
247
font-weight : bold ;
245
248
padding : 16px ;
246
249
padding-left : 32px ;
247
250
padding-right : 32px ;
248
- border-radius : 100px ;
249
- background-color : var (--admonition-info-c-bg );
250
251
}
You can’t perform that action at this time.
0 commit comments