We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee876f commit 5548cc1Copy full SHA for 5548cc1
website/src/css/customTheme.scss
@@ -26,8 +26,6 @@
26
--ifm-menu-link-padding-horizontal: 0;
27
--ifm-toc-padding-vertical: 6px;
28
--ifm-toc-link-color: var(--ifm-color-emphasis-700);
29
- --ifm-code-font-size: 90%;
30
- --ifm-code-border-radius: 3px;
31
--ifm-blockquote-color: var(--ifm-font-color-base);
32
--ifm-blockquote-font-size: 16px;
33
--ifm-blockquote-border-radius: var(--ifm-global-radius);
@@ -1364,9 +1362,9 @@ div[class*="announcementBarContent"] {
1364
1362
margin-bottom: 2em;
1365
1363
position: relative;
1366
overflow: hidden;
1367
- width: calc(100% + 1em);
1368
- left: -1em;
+ width: calc(100%);
1369
color: var(--dark);
+ border-radius: var(--ifm-global-radius);
1370
}
1371
1372
.content-banner p {
0 commit comments