diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-25 00:02:57 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-12-25 00:02:57 +0100 |
commit | ccc056c52d19a0486db76b92a76ce809efa9f9b0 (patch) | |
tree | b8458110f0196344c78360c5ebf40cf12b831957 /style.css | |
parent | a36a88a3b6fe1329cfdf34f28376ee61671b35e7 (diff) |
Add code css style
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -93,3 +93,10 @@ nav li, footer li, .tag-list li{ padding: .5em; max-width: 7em; } + +code { + background: #222 ; + color: var(--limish) ; + border-radius: 5px ; + overflow-wrap: break-word ; +} |