diff options
| author | dzaima <atdzim@inbox.lv> | 2020-09-24 18:38:17 +0300 |
|---|---|---|
| committer | dzaima <atdzim@inbox.lv> | 2020-09-24 18:38:17 +0300 |
| commit | 7eac03b484ce88dd19cf0ce0652a47fb9658d657 (patch) | |
| tree | 8279da541a4abf7c885e6359d8042c8e8045de6e | |
| parent | cd44638f5dceb36bef77e9a55d6e46807bcdc559 (diff) | |
font for <code>
| -rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |
