From: danix Date: Tue, 28 Feb 2023 13:05:53 +0000 (+0100) Subject: styling the readme amongst other things X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=d76bc59dec50c3d36ef896681280c1b68b2790e4 styling the readme amongst other things --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 8fb2f18..b65942a 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -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;