From a37638925e13b35e04a83081418beedbc32053b1 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Feb 2025 16:04:52 -0600 Subject: Restore styling for headings and subheadings. --- uploader/static/css/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'uploader/static/css') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 9bb4e65..6f26621 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -133,3 +133,14 @@ body { #pagetitle .breadcrumb a { color: #666666; } + +.heading { + border-bottom: solid #EEBB88; + text-transform: capitalize; +} + +.subheading { + padding: 1em 0 0.1em 0.5em; + border-bottom: solid #88BBEE; + text-transform: capitalize; +} -- cgit v1.2.3