about summary refs log tree commit diff
path: root/blog.node5.net/static/main.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/main.css
parentb3946a75df7eb54a337521c8be28107e195b9e30 (diff)
Style - Content border + background
Diffstat (limited to 'blog.node5.net/static/main.css')
-rw-r--r--blog.node5.net/static/main.css20
1 files changed, 12 insertions, 8 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css
index ed6dc8b..933fc61 100644
--- a/blog.node5.net/static/main.css
+++ b/blog.node5.net/static/main.css
@@ -142,6 +142,7 @@ tr:nth-child(even) {
 .entries {
 	padding: 0;
 	list-style: None;
+  margin: 0;
 }
 
 label{
@@ -162,12 +163,7 @@ max-height: 2em;
 }
 
 img {
-  border-radius: 0.1em;
-}
-
-/* Code highlight */
-pre:not(#comments) {
-	border-radius: 0.5em;
+  border-radius: 0.25em;
 }
 
 /* Background blurred image */
@@ -191,11 +187,19 @@ body:before {
     background-position: center;
 }
 
+/* Code highlight */
 pre:not(#comments) {
   overflow: auto;
   width: 100%;
   display: inline-block;
-  border: 1px solid;
-  padding: 2px;
   background: #111;
 }
+
+.container {
+  border-style: solid;
+  border-color: #1baaaa;
+  border-radius: 0.5em;
+  background-color: #050b11d4;
+  border-width: 0.175em;
+  padding: 0.5em;
+}