From: Jan "Yenya" Kasprzak Date: Thu, 21 Apr 2022 14:29:52 +0000 (+0200) Subject: CSS in case Javascript is disabled X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=paste.git;a=commitdiff_plain;h=6b0d5607324857b2934a63beb54e25f1551e6cd6 CSS in case Javascript is disabled --- diff --git a/paste.pl b/paste.pl index d8b628c..285c349 100755 --- a/paste.pl +++ b/paste.pl @@ -166,9 +166,11 @@ __DATA__ border-radius: .4rem; } pre code { - padding: 0; + padding: 1em; margin-left: 0; margin-right: 0; + background: black; + color: #aaa; } div.footer { color: #999;