Merge pull request #63 from AliLynne/master

🐛 Increase colour contrast of red
This commit is contained in:
Tatiana Mac 2020-02-11 21:30:39 -08:00 committed by GitHub
commit 6384d2ad0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ ul[class] {
// a dramatic font size // a dramatic font size
.title__thicc { .title__thicc {
font-size: 12vh; font-size: 12vh;
} }
} }
@media (min-width: 51rem) and (min-height: 850px) { @media (min-width: 51rem) and (min-height: 850px) {
@ -164,12 +164,12 @@ ul[class] {
// when the viewport is 850px high // when the viewport is 850px high
.title__thicc { .title__thicc {
font-size: 6.75rem; font-size: 6.75rem;
} }
} }
@media (min-width: 800px) { @media (min-width: 800px) {
.title__thicc { .title__thicc {
grid-column: 1 / 3; grid-column: 1 / 3;
} }
.title__thicc + p { .title__thicc + p {
@ -353,7 +353,7 @@ th {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
&--avoid { &--avoid {
--word-signal-color: red; --word-signal-color: #a40000;
&:before { &:before {
@include icon__avoid(); @include icon__avoid();