/************************************************** * Add hex codes for desired colors here (optional) * PLEASE NOTE: You can find the hex codes for your * site in the Production Branch. All color codes * must be added after the colon and before the semi- * colon. Failure to maintain this syntax may cause * the banner to not display properly. ***************************************************/ :root { --background-color: #1F3472; --text-color: #ffffff; --link-color: #ffffff; } /* DO NOT EDIT BELOW THIS LINE */ .covid-banner { position: relative; background-color: var(--background-color); color: var(--text-color); padding: 20px; text-align: center; transition: transform .25s; z-index: 99; } .covid-banner a { color: var(--link-color); font-weight: 700; } Skip To Main Content