Skip to content

Commit

Permalink
fixups for feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Apr 29, 2024
1 parent 545d1ea commit e4c8ed6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/chem_h_subtheme.css

Large diffs are not rendered by default.

31 changes: 30 additions & 1 deletion src/scss/components/layout/_background-color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@
}
}

&.su-button {
&.su-button,
&.su-button--big {
&:hover,
&:focus,
&:active {
Expand Down Expand Up @@ -317,11 +318,26 @@
.su-hero__card {
color: $su-color-white;

.su-card__superhead {
color: $su-color-white;
}
.su-card__contents {
h2 {
color: $su-color-white;
}
}
.su-card__button {
.su-link {
&.su-button {
background-color: $su-color-white;

&::after {
background-color: $su-color-black;

}
}
}
}
}
}

Expand All @@ -330,6 +346,10 @@
.su-hero__card {
color: $su-color-white;

.su-card__superhead {
color: $su-color-white;
}

.su-card__button {
.su-link {
&.su-button {
Expand All @@ -344,6 +364,10 @@
}
}
}

.su-hero__media {
background: $su-color-black;
}
}

}
Expand Down Expand Up @@ -374,11 +398,16 @@
// Courses
.su-course-vertical-teaser {
.su-course-link {
a,
h2,
h3 {
color: $su-color-black;

&:hover,
&:focus,
&:active {
color: $chemh-color-digital-blue;

&::after {
color: $chemh-color-digital-blue;
}
Expand Down

0 comments on commit e4c8ed6

Please sign in to comment.