diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-27 16:10:40 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-27 16:10:40 -0300 |
commit | b13c335a15de878f37e76a7104253717771a526c (patch) | |
tree | 129f40466e9b7193547d9a5477f9079246990f9f /assets | |
parent | e875517014e34ebf7dde44395e4a66b441c0f77a (diff) | |
download | hugo-bearcub-b13c335a15de878f37e76a7104253717771a526c.tar.gz hugo-bearcub-b13c335a15de878f37e76a7104253717771a526c.tar.bz2 |
Update inline code style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index cd2e018..67ac93b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -75,6 +75,8 @@ img { code { padding: 2px 5px; + color: #f8f8f2; + background-color: #282a36; } pre code { |