playing with colors
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 51d3684..b77d420 100644 (file)
@@ -87,7 +87,7 @@ a { outline: none; }
 }
 
 
-/* General
+/* Main
 ---------------------------------------------------------------------------- */
 
 html {
@@ -176,9 +176,9 @@ td, th {
   font-size: 20px;
   font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif;
   background: var(--bg); /* old browsers */
-  background: -moz-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%); /* firefox */
-  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--bg-alt))); /* webkit */
-  background: -o-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%);
+  background: -moz-linear-gradient(top, var(--bg) 0%, var(--fg) 100%); /* firefox */
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--fg))); /* webkit */
+  background: -o-linear-gradient(top, var(--bg) 0%, var(--fg) 100%);
   border-bottom: 1px solid rgba(var(--border));
 }
 
@@ -378,7 +378,7 @@ th .header {
 .projsearch {
   position: absolute;
   right: 4%;
-  top: 15px;
+  top: 40px;
 }
 
 .projsearch a {
@@ -386,7 +386,7 @@ th .header {
 }
 
 .commit_search {
-  background: #eaeaea;
+  background: var(--fg);
 }
 
 .page_nav,
@@ -865,10 +865,15 @@ div.site-header {
 div.site-header h1 {
   text-transform: uppercase;
   font-size: 2em;
+  padding: 0;
+  margin: 0;
+  line-height: 2em;
 }
 div.site-header h1 img.site-logo {
   height: 50px;
   width: auto;
+  position: relative;
+  top: 15px;
 }
 div.site-header h1 span.evident {
   background-color: var(--accent);