From 3584e5af71580196c52d6a87aeb32587c3aff3ec Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 16:12:59 +0100 Subject: [PATCH] removing borders and restyling headers --- gitweb-danixland/gitweb.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 { -- 2.20.1