removing borders and restyling headers
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 15:12:59 +0000 (16:12 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 15:12:59 +0000 (16:12 +0100)
gitweb-danixland/gitweb.css

index 5c69276..152963c 100644 (file)
@@ -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 {