From d76bc59dec50c3d36ef896681280c1b68b2790e4 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 14:05:53 +0100 Subject: [PATCH] styling the readme amongst other things --- gitweb-danixland/gitweb.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; -- 2.20.1