about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-02-19 22:55:20 +0100
committeruser@node5.net <user@node5.net>2026-02-19 22:55:20 +0100
commit65d835052a1144f93a90f134fd82c0b68d3fa7d5 (patch)
tree0036c8e652e6f5a0e07918b04e1033debcefe6c2
parent65883b63fadcab4143139b9726dc1c1a6c71c653 (diff)
Style - Image corner radius similar for thumb & big. Selection main color
-rw-r--r--blog.node5.net/static/main.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css
index c1374b6..d010843 100644
--- a/blog.node5.net/static/main.css
+++ b/blog.node5.net/static/main.css
@@ -167,7 +167,7 @@ max-height: 2em;
 }
 
 img {
-  border-radius: 0.25em;
+  border-radius: 6px;
 }
 
 /* Background blurred image */
@@ -207,3 +207,8 @@ pre:not(#comments) {
   border-width: 0.175em;
   padding: 0.5em;
 }
+
+::selection {
+  color: black;
+  background: var(--main-color);
+}