Skip to content

Commit

Permalink
Style updates for content banner (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Jan 5, 2025
1 parent 8ee876f commit 5548cc1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
--ifm-menu-link-padding-horizontal: 0;
--ifm-toc-padding-vertical: 6px;
--ifm-toc-link-color: var(--ifm-color-emphasis-700);
--ifm-code-font-size: 90%;
--ifm-code-border-radius: 3px;
--ifm-blockquote-color: var(--ifm-font-color-base);
--ifm-blockquote-font-size: 16px;
--ifm-blockquote-border-radius: var(--ifm-global-radius);
Expand Down Expand Up @@ -1364,9 +1362,9 @@ div[class*="announcementBarContent"] {
margin-bottom: 2em;
position: relative;
overflow: hidden;
width: calc(100% + 1em);
left: -1em;
width: calc(100%);
color: var(--dark);
border-radius: var(--ifm-global-radius);
}

.content-banner p {
Expand Down

0 comments on commit 5548cc1

Please sign in to comment.