Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e0609e1..ebf7757 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -221,7 +221,7 @@ blockquote {
code {
background-color: #dee5e9;
color: #00416a;
- font-family: "Fira Code", Helvetica, Arial, monospace;
+ font-family: "Fira Code", "Courier New", Courier, monospace;
padding: 0.1em 0.2em 0.1em 0.2em;
}