Skip to content

Commit

Permalink
fix: styles for highlitedContent block for subsites (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored Jan 30, 2024
1 parent 8a8fe7a commit d51135e
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.bg-primary {
.card .card-body {
.categoryicon-top {
.text {
span {
color: $subsite-primary-text;
}

Expand All @@ -37,10 +37,9 @@
}

.chip.chip-primary {
border-color: $subsite-link-color;

border-color: $subsite-primary-text;
& > .chip-label {
color: $subsite-link-color;
color: $subsite-primary-text;
}

&:hover,
Expand Down Expand Up @@ -83,8 +82,14 @@
}

.chip.chip-primary {
border-color: $subsite-secondary-text;
> .chip-label {
color: $subsite-secondary-text;
}
&:hover,
&:active {
border-color: $subsite-secondary;
background-color: $subsite-secondary-text;
> .chip-label {
color: $subsite-secondary;
}
Expand Down

0 comments on commit d51135e

Please sign in to comment.