diff --git a/src/styles/main.css b/src/styles/main.css index 4aa2675..d834836 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -24,3 +24,7 @@ .page-content a:hover { @apply text-black; } + +.page-content .text-white a { + @apply text-white underline; +} \ No newline at end of file