Skip to content

Instantly share code, notes, and snippets.

@alexmwalker
Last active April 15, 2024 06:22
Show Gist options
  • Save alexmwalker/2c2fad0ac29ab7668072e33474a1c5c7 to your computer and use it in GitHub Desktop.
Save alexmwalker/2c2fad0ac29ab7668072e33474a1c5c7 to your computer and use it in GitHub Desktop.
External styles for inclusion
.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