diff --git a/frontend/scss/components/_links.scss b/frontend/scss/components/_links.scss index d03040d..fcb67b1 100644 --- a/frontend/scss/components/_links.scss +++ b/frontend/scss/components/_links.scss @@ -6,4 +6,8 @@ &-dark { @apply text-primary-900 hover:text-primary-950 underline; } + + &-white { + @apply text-white hover:text-primary-100 underline; + } } diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index c204430..5007909 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -1,5 +1,5 @@ {% macro header(loggedin_user) %} -
+