all repos — site @ d2bc5d1846fb7de006b59054107454d710e592a3

source for my site, found at icyphox.sh

feat(css): add background and padding for <code> tags
Anirudh icyph0x@pm.me
Wed, 05 Sep 2018 00:04:17 +0530
commit

d2bc5d1846fb7de006b59054107454d710e592a3

parent

4710d6363b97616e247b832392638981fd873525

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -30,6 +30,11 @@ opacity: 1;

transform: scale(1, 1); } +code { + background: #222; + padding: 3px; +} + .container { position: absolute; overflow: hidden;