Skip to content

Commit

Permalink
🔧 chore(footer.scss): Remove link color override in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Jan 4, 2022
1 parent f624492 commit bbe6d75
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 25 deletions.
7 changes: 0 additions & 7 deletions dist/cirrus-core.css
Expand Up @@ -10362,13 +10362,6 @@ pre > code[data-lang]:not([data-lang=""]) {
bottom: 0;
position: fixed;
}
.footer a {
color: #e9ecef;
font-weight: bolder;
}
.footer a:hover {
color: #ced4da;
}
.footer p {
color: #868e96;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/cirrus.css
Expand Up @@ -10363,13 +10363,6 @@ pre > code[data-lang]:not([data-lang=""]) {
bottom: 0;
position: fixed;
}
.footer a {
color: #e9ecef;
font-weight: bolder;
}
.footer a:hover {
color: #ced4da;
}
.footer p {
color: #868e96;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions src/components/footer.scss
Expand Up @@ -16,15 +16,6 @@ $generate-utility: should-generate-classes($FOOTER);
position: fixed;
}

a {
color: map-get($grays, '200');
font-weight: bolder;
}

a:hover {
color: map-get($grays, '400');
}

p {
color: map-get($grays, '600');
}
Expand Down

0 comments on commit bbe6d75

Please sign in to comment.