commit bb4f765ab91afe3078ac5cb063e7da37485ddd66 parent e3032e9ee0ae4e46b28938a4359fe345a0f29b13 Author: Beau <cbeauhilton@gmail.com> Date: Sun, 13 Nov 2022 16:16:20 -0600 update code background color Diffstat:
M | style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -168,7 +168,7 @@ h5{ /* used only for the index page */ code{ font-size:.8em; - background: #111; + background: #414449; padding: 0 2px; border-radius: 4px }