From: danix Date: Tue, 28 Feb 2023 15:12:59 +0000 (+0100) Subject: removing borders and restyling headers X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=3584e5af71580196c52d6a87aeb32587c3aff3ec;hp=ade0c33b3c36b4a0534296fedb351b576b75b56d;p=gitweb-theme-danix.git removing borders and restyling headers --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 5c69276..152963c 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -405,7 +405,7 @@ th .header { .title { font-size: 2em; - font-style: capitalize; + text-transform: capitalize; margin: 0 auto 15px auto; padding: 5px; width: 95%; @@ -487,23 +487,23 @@ th .header { width: 95%; background: var(--bluish-grey); color: var(--light-grey); - border: 1px solid #d8d8d8; padding: 5px; margin: 0 auto 15px auto; } .heads { width: 95%; - color: #545454; - border: 1px solid #d8d8d8; + color: var(--fg); padding: 5px; margin: 0 auto 15px auto; } .header { - width: 94%; - margin: 0 auto; + font-size: 2em; + text-transform: capitalize; + margin: 0 auto 15px auto; padding: 5px; + width: 95%; } .header .age {