Skip to content

Commit

Permalink
fix(tippy-wrapper): add styles for page peak popup
Browse files Browse the repository at this point in the history
  • Loading branch information
femto-code committed Jan 21, 2024
1 parent 6e54a0b commit 8979a10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,12 @@ body:not(.is-banner-active) .is-journals h1.title::before {
font-weight: 500;
}

.tippy-wrapper {
background-color: var(--ls-primary-background-color);
border: 1px solid var(--ls-border-color);
border-radius: 5px;
}

/* banners plugin */
body:is([data-page='page'], [data-page='home']).is-banner-active #banner {
max-width: var(--ls-main-content-max-width);
Expand Down

0 comments on commit 8979a10

Please sign in to comment.