styling the readme amongst other things
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 13:05:53 +0000 (14:05 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 13:05:53 +0000 (14:05 +0100)
gitweb-danixland/gitweb.css

index 8fb2f18..b65942a 100644 (file)
@@ -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;