From 17693420689a2d8a4666b7f9ed424a750ca151bc Mon Sep 17 00:00:00 2001 From: Tine Date: Mon, 12 Feb 2024 11:23:52 +0100 Subject: [PATCH] feat: footer underline on hover --- web/static/css/tailwind.css | 4 ++++ web/templates/components/base.tmpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@