working on colors for the table
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 11:19:42 +0000 (12:19 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 11:19:42 +0000 (12:19 +0100)
gitweb-danixland/gitweb.css

index 02eb7f0..3253ba4 100644 (file)
@@ -177,8 +177,7 @@ td, th {
   font-size: 20px;
   font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif;
   background: var(--bluish-grey); /* old browsers */
-  background: -webkit-linear-gradient(bottom left, var(--accent) 0%, var(--bluish-grey) 100%); /* webkit */
-  background: linear-gradient(to top right, var(--accent) 0%, var(--bluish-grey) 100%);
+  background: linear-gradient(112deg, var(--accent) 10%, var(--bluish-grey) 75%);
   border-bottom: 1px solid rgba(var(--border));
 }
 
@@ -216,8 +215,7 @@ td, th {
 .site-footer {
   width: 100%;
   background: var(--bluish-grey); /* old browsers */
-  background: -webkit-linear-gradient(bottom left, var(--bluish-grey) 0%, var(--accent) 100%); /* webkit */
-  background: linear-gradient(to top right, var(--bluish-grey) 0%, var(--accent) 100%);
+  background: linear-gradient(112deg, var(--bluish-grey) 10%, var(--accent) 65%);
   margin: 0;
 }
 
@@ -303,8 +301,6 @@ div.page_header a img.logo {
 .index_include {
   width: 95%;
   margin: 0 auto 15px;
-  background: -moz-linear-gradient(center top , var(--bg) 0%, var(--bg-alt) 100%) repeat scroll 0 0 transparent;
-  border: 1px solid var(--border);
   padding: 8px;
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
@@ -331,7 +327,7 @@ div.page_header a img.logo {
 .shortlog th,
 .tree th,
 .commit_search th {
-  color: #afafaf;
+  color: var(--bluish-grey);
   font-weight: normal;
 }
 
@@ -343,10 +339,10 @@ div.page_header a img.logo {
 .shortlog tr,
 .tree tr,
 .commit_search tr {
-  background: #eaeaea;
+  background: var(--bg-alt);
   height: 2.5em;
   text-align: left;
-  color: #545454;
+  color: var(--fg);
 }
 
 .project_list tr.dark, .project_list tr.light,