diff --git a/css/styles.css b/css/styles.css index 1f25bf1..aa45c38 100644 --- a/css/styles.css +++ b/css/styles.css @@ -82,6 +82,15 @@ a:hover { margin: 0; } +.site-notice a { + color: var(--accent); + font-weight: 500; +} + +.site-notice a:hover { + color: var(--accent-light); +} + .site-header { position: sticky; top: 0; diff --git a/index.html b/index.html index 3bc1e27..5230e3e 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,15 @@