update mytheme
authorAngeloR <xangelo@gmail.com>
Mon, 12 Jan 2026 15:05:05 +0000 (10:05 -0500)
committerAngeloR <xangelo@gmail.com>
Mon, 12 Jan 2026 15:07:18 +0000 (10:07 -0500)
themes/custom-mytheme/static/css/style.css

index 0e2c2e3c6f1f5ea6f78a0e3fc5e770804147368b..2d0c5c5ab2a6ac5b0f45ebccf77436aeda5cacb2 100644 (file)
@@ -4,6 +4,8 @@
   --accent: #0f2a57;
   --border: #d7d7d0;
   --muted: #606060;
+  --link: #0f2a57;
+  --link-hover: #1c3f73;
 }
 
 * {
@@ -184,11 +186,16 @@ body {
 }
 
 .post-content a {
-  color: var(--accent);
+  color: var(--link);
   text-decoration: underline;
   text-decoration-thickness: 1px;
 }
 
+.post-content a:hover,
+.post-content a:focus {
+  color: var(--link-hover);
+}
+
 .post-content pre {
   padding: 1rem;
   border: 1px solid var(--border);