X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=b65942a33b1c02f3bd06ae8982bd2948b2a08dd7;hb=d76bc59dec50c3d36ef896681280c1b68b2790e4;hp=f9bed850888e1faed2650237d75dac896bf3c744;hpb=6cf53565977aa673e7fd91bc1211d279b23afc3f;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index f9bed85..b65942a 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -178,7 +178,7 @@ td, th { font-size: 20px; font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif; background: var(--bluish-grey); /* old browsers */ - background: linear-gradient(112deg, var(--bluish-grey) 10%, var(--accent) 75%); + background: linear-gradient(112deg, var(--bluish-grey) 10%, var(--light-grey) 75%); border-bottom: 1px solid rgba(var(--border)); } @@ -216,7 +216,7 @@ td, th { .site-footer { width: 100%; background: var(--bluish-grey); /* old browsers */ - background: linear-gradient(112deg, var(--bluish-grey) 65%, var(--accent) 100%); + background: linear-gradient(112deg, var(--bluish-grey) 65%, var(--light-grey) 100%); margin: 0; } @@ -390,9 +390,9 @@ th .header { .page_path, .search { width: 94%; - background: #eaeaea; - color: #545454; - border: 1px solid #d8d8d8; + background: var(--fg); + color: var(--bg); + border: 1px solid var(--border); padding: 5px; margin: 0 auto 15px auto; } @@ -402,6 +402,8 @@ th .header { } .title { + font-size: 2em; + font-style: capitalize; margin: 0 auto 15px auto; padding: 5px; width: 95%; @@ -463,7 +465,8 @@ th .header { margin-bottom: 0; } -.readme pre { +.readme pre, +.readme code { font-family: 'Red Hat Mono', monospace; margin: 1em 0; white-space: pre; @@ -480,8 +483,8 @@ th .header { .projects_list, .tags { width: 95%; - background: #f0f0f0; - color: #545454; + background: var(--bluish-grey); + color: var(--light-grey); border: 1px solid #d8d8d8; padding: 5px; margin: 0 auto 15px auto;