diff options
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index edd431a..835b6f9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -146,7 +146,7 @@ nav > ul { main { flex-grow: 1; width: 80vw; - line-height: 1.5; + line-height: 1.6; } nav > ul { @@ -230,3 +230,11 @@ main ul:not(:last-child) { strong { font-weight: bold; } + +code { + background-color: var(--bg-low); + padding: var(--padding); + border-radius: var(--border-radius); + font-family: "Aporetic Mono", monospace; + text-wrap: nowrap; +} |