Repos / hi.imnhan.com / a37c7e3009
commit a37c7e3009696d6c8a1eb0e905eab96db47a1b7c
Author: Nhân <hi@imnhan.com>
Date:   Thu Aug 31 14:18:41 2023 +0700

    ocd

diff --git a/_s4g/theme/base.css b/_s4g/theme/base.css
index f988970..82e9532 100644
--- a/_s4g/theme/base.css
+++ b/_s4g/theme/base.css
@@ -1,6 +1,6 @@
 html {
   font-size: 1em; /* respect user configured font size */
-  max-width: 45rem;
+  max-width: 45em;
   margin: auto;
 
   /* Always show scrollbar, to prevent content shifting when navigating
diff --git a/_s4g/theme/navbar.css b/_s4g/theme/navbar.css
index 53dcb73..4b24e81 100644
--- a/_s4g/theme/navbar.css
+++ b/_s4g/theme/navbar.css
@@ -16,7 +16,6 @@ .feed-link {
   padding: 0 0.2rem;
   margin-left: -0.2rem; /* make up for padding -> avoid misalignment */
   color: #d2660b;
-  background-color: white;
   text-decoration: none;
   border-radius: 0.3rem;
 }