Last active
April 15, 2024 06:22
-
-
Save alexmwalker/2c2fad0ac29ab7668072e33474a1c5c7 to your computer and use it in GitHub Desktop.
External styles for inclusion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.middle { | |
--tsa-red-wcag: #e12d3c; | |
--tsa-red: var(--tsa-red-wcag); | |
--tsa-navy: #003450; | |
--soft-red: #dd4847; | |
--bright-red: #FF1232; | |
--main-font-size: 170px; | |
--feature-font-size: 4vw; | |
--secondary-font-size: 6vw; | |
--br: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment