commit 7eac03b484ce88dd19cf0ce0652a47fb9658d657
parent cd44638f5dceb36bef77e9a55d6e46807bcdc559
Author: dzaima <atdzim@inbox.lv>
Date: Thu, 24 Sep 2020 18:38:17 +0300
font for <code>
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -12,12 +12,14 @@
font-size: 16px;
background-color: #181818;
color: #D2D2D2;
- font-family: BQN386, "BQN386 Unicode";
margin: 1em auto;
max-width: 43em;
padding: 0 0.62em;
line-height: 1.6;
}
+ body, code, .code {
+ font-family: BQN386, "BQN386 Unicode";
+ }
.code, code {
background-color: #141414;
border: 1px solid rgba(255,255,255,.1);