fixed fonts
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 975f277..88dd962 100644 (file)
@@ -60,6 +60,8 @@ a { outline: none; }
   --ref-icon: url("commit-dark.svg");
   --tag-icon: url("tag-dark.svg");
   --branch-icon: url("merge-dark.svg");
+  --rss-icon:url("rss-dark.svg");
+  --opml-icon:url("opml-dark.svg");
 }
 @media screen and (prefers-color-scheme: dark) {
   :root {
@@ -72,6 +74,8 @@ a { outline: none; }
   --ref-icon: url("commit.svg");
   --tag-icon: url("tag.svg");
   --branch-icon: url("merge.svg");
+  --rss-icon:url("rss.svg");
+  --opml-icon:url("opml.svg");
   }
 }
 
@@ -163,7 +167,7 @@ td, th {
   padding: 0 27px;
   margin-bottom: 20px;
   font-size: 20px;
-  font-family: Helvetica, Arial, Freesans, Clean, sans-serif;
+  font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif;
   background: var(--bg); /* old browsers */
   background: -moz-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--bg-alt))); /* webkit */
@@ -231,7 +235,7 @@ a.rss_logo {
   color: #ffffff;
   background-color: #ff6600;
   font-weight: bold;
-  font-family: sans-serif;
+  font-family: 'Montserrat', sans-serif;
   font-size: 80%;
   text-align: center;
   text-decoration: none;
@@ -424,13 +428,13 @@ th .header {
 }
 
 .readme pre {
-  font-family: monospace;
+  font-family: 'Red Hat Mono', monospace;
   margin: 1em 0;
   white-space: pre;
 }
 
 .readme tt, .readme code, .readme kbd, .readme samp {
-  font-family: monospace;
+  font-family: 'Red Hat Mono', monospace;
 }
 
 .readme blockquote {