feat(css): add background and padding for <code> tags
Anirudh icyph0x@pm.me
Wed, 05 Sep 2018 00:04:17 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -30,6 +30,11 @@ opacity: 1;
transform: scale(1, 1); } +code { + background: #222; + padding: 3px; +} + .container { position: absolute; overflow: hidden;