From 2bbc38ccb2890b2fc43f888cd6f56e888b513992 Mon Sep 17 00:00:00 2001 From: teldra Date: Sat, 2 Apr 2022 23:30:28 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 9b99dbdf..3c0d325b 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -161,6 +161,10 @@ article h3 { user-select: all; } +.underline { + text-decoration: underline; +} + /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) {...}