From 64b59b4358879fb938ab92ece79070910d09543f Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 25 Aug 2021 06:56:45 +0000 Subject: capitalize widget titles --- view/theme/redbasic/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 228e7b63a..9c3596f1b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1195,6 +1195,12 @@ img.mail-conv-sender-photo { border-radius: $radius; } +.widget h3 { + font-size: 0.9rem; + text-transform: uppercase; +} + + #note-text { border-radius: $radius; } -- cgit v1.2.3