more text styling

This commit is contained in:
Sarah Jamie Lewis 2022-06-17 13:19:02 -07:00
parent 886c61fa5e
commit 31dd986485
1 changed files with 6 additions and 5 deletions

View File

@ -14,12 +14,13 @@
} }
.heroBanner p { .heroBanner p {
color: white; color: #FDF3FC;
font-weight: bold;
text-shadow: text-shadow:
-1px -1px 0 #000, -1px -1px 0 #281831,
1px -1px 0 #000, 1px -1px 0 #281831,
-1px 1px 0 #000, -1px 1px 0 #281831,
1px 1px 0 #000; 1px 1px 0 #281831;
} }
@media screen and (max-width: 996px) { @media screen and (max-width: 996px) {