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 {
227227}
228228
229229.install-button {
230+ background-color : var (--ifm-font-color-base );
231+ border :2px solid var (--ifm-font-color-base );
232+ border-radius : 100px ;
230233 color : var (--admonition-info-c-bg );
231234 cursor : pointer ;
232235 font-weight : bold ;
233236 padding : 16px ;
234237 padding-left : 32px ;
235238 padding-right : 32px ;
236- border : 0 ;
237- border-radius : 100px ;
238- background-color : var (--ifm-font-color-base );
239239}
240240
241241.docs-button {
242+ background-color : transparent ;
243+ border : 2px solid var (--ifm-font-color-base );
244+ border-radius : 100px ;
242245 color : var (--ifm-font-color-base );
243246 cursor : pointer ;
244247 font-weight : bold ;
245248 padding : 16px ;
246249 padding-left : 32px ;
247250 padding-right : 32px ;
248- border-radius : 100px ;
249- background-color : var (--admonition-info-c-bg );
250251}
You can’t perform that action at this time.
0 commit comments