diff --git a/web/static/css/tailwind.css b/web/static/css/tailwind.css index e1fc7f3..9f7ee66 100644 --- a/web/static/css/tailwind.css +++ b/web/static/css/tailwind.css @@ -949,3 +949,7 @@ video { --tw-bg-opacity: 1; background-color: rgb(185 28 28 / var(--tw-bg-opacity)); } + +.hover\:underline:hover { + text-decoration-line: underline; +} diff --git a/web/templates/components/base.tmpl b/web/templates/components/base.tmpl index 5658616..78c6834 100644 --- a/web/templates/components/base.tmpl +++ b/web/templates/components/base.tmpl @@ -32,7 +32,7 @@