diff --git a/site/style.css b/site/style.css index 0f62586..99f7642 100644 --- a/site/style.css +++ b/site/style.css @@ -211,3 +211,7 @@ thead > tr { .hidden { display: none !important; } + +a { + @apply hover:underline; +}