Skip to content

Commit

Permalink
Beaver theme: fix duplicate selector
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 16, 2024
1 parent de76e3d commit 0ba8efc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions core/src/main/resources/render/theme/color/beaver.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ h1:not(.box h1) {
background-color: var(--secondary);
}

.box.callout-box {
background-color: rgb(234, 233, 247);
}

.box.callout-box:has(.box-content h1) {
background-color: var(--secondary);
}

.box > header {
background-color: color-mix(in srgb, currentColor 7%, transparent);
}
Expand All @@ -37,9 +29,14 @@ h1:not(.box h1) {
}

.box.callout-box {
background-color: rgb(234, 233, 247);
color: rgb(83, 81, 152);
}

.box.callout-box:has(.box-content h1) {
background-color: var(--secondary);
}

.box.error-box {
color: white;
}
Expand Down

0 comments on commit 0ba8efc

Please sign in to comment.