Repos / hi.imnhan.com / cb56565ad3
commit cb56565ad3370c3775cae73c7516e15316039534
Author: Nhân <hi@imnhan.com>
Date:   Sat Sep 2 11:51:01 2023 +0700

    gold hover, grey targeted heading

diff --git a/_s4g/theme/base.css b/_s4g/theme/base.css
index 52f77f8..d60a431 100644
--- a/_s4g/theme/base.css
+++ b/_s4g/theme/base.css
@@ -32,7 +32,7 @@ a {
   color: black;
 }
 a:hover {
-  background-color: yellow;
+  background-color: gold;
 }
 a[target="_blank"]::after {
   content: "↗";
@@ -51,7 +51,7 @@ section:target > h3,
 section:target > h4,
 section:target > h5,
 section:target > h6 {
-  background-color: #beefff;
+  background-color: gainsboro;
   margin-left: -1rem;
   padding-left: 1rem;
 }