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

feat(ui): improve code snippet design

This commit is contained in:
Cotes Chung
2023-03-24 02:46:48 +08:00
parent 0c80552d77
commit 6d99f5cc36
4 changed files with 45 additions and 38 deletions

View File

@@ -67,6 +67,7 @@
.highlight .il { color: #009999; } /* Literal.Number.Integer.Long */
/* --- custom light colors --- */
--language-border-color: rgba(172, 169, 169, 0.2);
--highlight-bg-color: #f7f7f7;
--highlighter-rouge-color: #3f596f;
--highlight-lineno-color: #c2c6cc;