From 485920a46b6f932ae929722a47e1bb32c9fa8423 Mon Sep 17 00:00:00 2001 From: rohow Date: Fri, 30 Jan 2026 13:36:25 +0800 Subject: [PATCH] style(post): update font sizes and colors in post styling --- src/styles/post.scss | 7 +++---- theme.yaml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/styles/post.scss b/src/styles/post.scss index c9defad..24e38c8 100644 --- a/src/styles/post.scss +++ b/src/styles/post.scss @@ -153,9 +153,8 @@ align-items: center; justify-content: flex-end; padding-right: 10px; - font-size: 0.75rem; + font-size: 0.85rem; color: var(--foreground); - font-family: Hack, Monaco, Consolas, monospace; transition: opacity 0.15s ease; opacity: 0.8; @@ -173,10 +172,10 @@ .line-breakpoint { position: absolute; - top: -1px; right: -3px; - color: #e51400; + color: var(--brightRed); font-size: 0.875rem; + font-family: Hack, Monaco, Consolas, monospace; transition: transform 0.15s ease, filter 0.15s ease; } diff --git a/theme.yaml b/theme.yaml index 17ad549..3a81e46 100644 --- a/theme.yaml +++ b/theme.yaml @@ -13,5 +13,5 @@ spec: repo: https://git.dev.cm/theme-terminal settingName: "theme-terminal-setting" configMapName: "theme-terminal-configMap" - version: 1.1.10 + version: 1.1.10c require: ">=2.22.0"