diff options
author | Frederick Muriuki Muriithi | 2025-02-03 16:04:52 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-03 16:04:52 -0600 |
commit | a37638925e13b35e04a83081418beedbc32053b1 (patch) | |
tree | d7d490c4a76c882260698f2485b0f3a4afa28bd0 | |
parent | 6bfa2b8b47f4eadb5159002450eef2ed60a27ced (diff) | |
download | gn-uploader-a37638925e13b35e04a83081418beedbc32053b1.tar.gz |
Restore styling for headings and subheadings.
-rw-r--r-- | uploader/static/css/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; +} |