aboutsummaryrefslogtreecommitdiff
path: root/src/style-3.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-08 15:32:37 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-08 15:32:37 +0200
commit98934e523c9d05823d7358018017fd880def9716 (patch)
treeb616428c7bdbc83081ed8e92852aba19e091e458 /src/style-3.css
parent6bab41791269c72c7913417e735d06e3e6bf6b56 (diff)
downloadsebastiano.tronto.net-98934e523c9d05823d7358018017fd880def9716.tar.gz
sebastiano.tronto.net-98934e523c9d05823d7358018017fd880def9716.zip
Added blog post. Fixed padding for code in pre.
Diffstat (limited to '')
-rw-r--r--src/style-3.css (renamed from src/style-2.css)6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/style-2.css b/src/style-3.css
index eac9620..fd4d31f 100644
--- a/src/style-2.css
+++ b/src/style-3.css
@@ -34,7 +34,11 @@ img {
34 34
35code { 35code {
36 background-color: #eeeeee; 36 background-color: #eeeeee;
37 padding: 2px; 37 padding: 2px;
38}
39
40pre code {
41 padding: 0px;
38} 42}
39 43
40pre { 44pre {

Generated with cgit - Back to sebastiano.tronto.net