X-Git-Url: https://git.danieliu.xyz/?p=pinopress.git;a=blobdiff_plain;f=build%2Fstylesheets%2Froot.css;h=18ad2b0819dd13d6c5b7a83ce6e0d16eb5ca9d3c;hp=67f9a2618d0bf581c91331f07d3ef880c9eb4c54;hb=2c2e491fc65d159d57de6121776b2b0424588a29;hpb=6ec6ed4c15ad3c37fbe1076aa33d26e9c21050a9 diff --git a/build/stylesheets/root.css b/build/stylesheets/root.css index 67f9a26..18ad2b0 100644 --- a/build/stylesheets/root.css +++ b/build/stylesheets/root.css @@ -69,3 +69,19 @@ a:hover { strong { color: var(--text-light); } + +pre { + + background-color: var(--bg-light); + + padding: 0.75rem; + + /* border: 1px solid var(--text-light); */ + /* border-radius: 0.5rem; */ +} + +code { + color: var(--text-light); + background-color: var(--bg-light); +} +