1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improve the UI design

- Optimize the text color in light mode
- Stop iOS Safari input field zooming
- Uniform font size for posts
This commit is contained in:
Cotes Chung
2021-04-12 19:45:01 +08:00
parent a71659ed27
commit efd8d44b12
3 changed files with 4 additions and 6 deletions

View File

@@ -68,7 +68,7 @@
/* --- custom light colors --- */
--highlight-bg-color: #f7f7f7;
--highlighter-rouge-color: #505050;
--highlighter-rouge-color: #2f2f2f;
--highlight-lineno-color: #c2c6cc;
--highlight-lineno-border-color: #e9ecef;
--inline-code-bg: #f3f3f3;