Skip to content

Commit 9eaadcf

Browse files
committed
Update custom.scss
1 parent 27cfda5 commit 9eaadcf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/styles/custom.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)