testing images sizes
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index a070a82..5483548 100644 (file)
@@ -56,7 +56,7 @@ a { outline: none; }
   --border: 34,40,49,0.035;
   --accent: #FD7014;
   --shadow: 0,0,0,0.2;
-  --bluish-grey: #3f4c77;
+  --bluish-grey: #282d3d;
   --dark-grey: #393E46;
   --light-grey: #ababcf;
 /* Icons */
@@ -215,6 +215,7 @@ td, th {
 
 .page_footer,
 .site-footer {
+  background-color: var(--bluish-grey);
   width: 100%;
   margin: 0;
 }
@@ -222,8 +223,6 @@ td, th {
 .page_footer {
   height: 40px;
   line-height: 40px;
-  border-top: 2px solid rgba(var(--border));
-  border-bottom: 1px solid rgba(var(--border));
 }
 
 .page_footer_text {
@@ -557,6 +556,8 @@ th .header {
 .author_date .avatar {
   position: relative;
   top: 3px;
+  width: 32;
+  height: 32;
 }
 
 .object_header .avatar {