Skip to content

Commit

Permalink
Merge pull request #152 from ASU/UDS-456
Browse files Browse the repository at this point in the history
UDS-456 - Update Typography Stories
  • Loading branch information
MarkLambe authored Apr 14, 2021
2 parents 384c32e + b670248 commit 39584c6
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@import 'extends/heroes';
@import 'extends/breadcrumb';
@import 'extends/sidebar';
@import 'extends/typography';
@import 'extends/globalfooter';
@import 'extends/blockquotes';
@import 'extends/global-header';
Expand Down
3 changes: 0 additions & 3 deletions packages/bootstrap4-theme/src/scss/extends/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ a.text-gold:hover, a.text-gold:focus {
a.text-gold:visited:not(.btn) {
color: #daa000 !important;
}
a:visited:not(.btn) {
color: $uds-color-base-darkmaroon;
}

@include media-breakpoint-up(lg) {
.btn {
Expand Down
19 changes: 19 additions & 0 deletions packages/bootstrap4-theme/src/scss/extends/_typography.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.bg-white,
.bg-gray-1,
.bg-gray-2 {
a {
color: $uds-color-base-maroon;
}
a:visited {
color: $uds-color-base-darkmaroon;
}
}

.bg-gray-7 {
a {
color: $uds-color-base-gold;
}
a:visited {
color: $uds-color-base-darkgold;
}
}
Loading

0 comments on commit 39584c6

Please sign in to comment.