Explorar o código

docs: html: less annoying `` in running text

Marian Beermann %!s(int64=8) %!d(string=hai) anos
pai
achega
5d9beb5dd2
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      docs/borg_theme/css/borg.css

+ 8 - 0
docs/borg_theme/css/borg.css

@@ -60,3 +60,11 @@ dt code {
     border-left: 2px solid #4e4a4a;;
     border-right: 2px solid #4e4a4a;;
 }
+
+p .literal,
+p .literal span {
+    border: none;
+    padding: 0;
+    color: black; /* slight contrast with #404040 of regular text */
+    background: none;
+}