about summary refs log tree commit diff
path: root/blog.node5.net/static/article.css
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-11-16 22:40:05 +0100
committeruser@node5.net <user@node5.net>2025-11-16 22:40:05 +0100
commitae0772e70c1b843b4430d4cf0355ed8d5e564dc3 (patch)
tree4b45bdb38067f8a5b1d1c2b73e4d2faf30399439 /blog.node5.net/static/article.css
parentb3946a75df7eb54a337521c8be28107e195b9e30 (diff)
Style - Content border + background
Diffstat (limited to 'blog.node5.net/static/article.css')
-rw-r--r--blog.node5.net/static/article.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/blog.node5.net/static/article.css b/blog.node5.net/static/article.css
index 00cbdbc..d482ed4 100644
--- a/blog.node5.net/static/article.css
+++ b/blog.node5.net/static/article.css
@@ -8,15 +8,6 @@ img {
   background: unset !important;
 }
 
-pre:not(#comments) {
-  overflow: auto;
-  width: 100%;
-  display: inline-block;
-  border: 1px solid;
-  padding: 2px;
-  background: #111;
-}
-
 blockquote>p:before {
   content: "ℹ️";
   padding: 1em;