Repos / hi.imnhan.com / 1f2cd6c36c
commit 1f2cd6c36c5c64773f957cc86d738a6cd51cf4df
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Tue Sep 28 13:12:05 2021 +0700

    better inline <code>
    
    Distinguishable on e-ink, also ensure font-size (on chrome it was
    smaller by default).

diff --git a/nhanb-theme/static/css/main.css b/nhanb-theme/static/css/main.css
index 1d45387..d866d66 100644
--- a/nhanb-theme/static/css/main.css
+++ b/nhanb-theme/static/css/main.css
@@ -109,11 +109,12 @@ .clearfix {
 
 code {
   font-family: monospace;
+  font-size: 1rem;
 }
 
 p code,
 li code {
-  background-color: ivory;
+  background-color: blanchedalmond;
 }
 a:hover code {
   background-color: var(--link-color);