X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=89993b9c987c12dafb62f88acc192d53e1cec213;hb=e6c57e552c1d8092a5a2c20cc40ba425b8414faa;hp=fe18617ab4411ea30b227acd6bdecdd301e48f6b;hpb=69d3f4ec5e6b7b3ecb7280469e490b94a5ce3409;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index fe18617..89993b9 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -354,9 +354,9 @@ div.page_header a img.logo { .history tr.dark, .history tr.light, .heads tr.dark, .heads tr.light { background-color: var(--bg-alt); - color: var(--dark-grey); + color: var(--fg); height: 2.5em; - border-bottom: 1px solid #e1e1e1; + border-bottom: 1px solid rgba(var(--border)); } th .header { @@ -396,6 +396,9 @@ th .header { padding: 5px; margin: 0 auto 15px auto; } +.page_nav { + text-align: center; +} .history { background: #eaeaea; @@ -501,8 +504,8 @@ th .header { .header { width: 94%; margin: 0 auto 15px auto; - background: #eaf2f5; - border: 1px solid #bedce7; + background: var(--light-grey); + border: 1px solid rgba(var(--border)); padding: 5px; } @@ -728,8 +731,8 @@ td.category { color: var(--dark-grey); padding-left: 3em; font-weight: bold; - border-bottom: 1px solid rgba(var(--border)); - border-top: 1px solid rgba(var(--border)); + border-bottom: 3px solid rgba(var(--border)); + border-left: 3px solid rgba(var(--border)); } td.category:before { content: "Cat.: "; @@ -868,6 +871,11 @@ div.site-header h1 { margin: 0; line-height: 2em; } +div.site-header h1 a, +div.site-header h1 a:hover { + text-decoration: none; + color: var(--fg); +} div.site-header h1 img.site-logo { height: 50px; width: auto;