style(post): update font sizes and colors in post styling

这个提交包含在:
rohow
2026-01-30 13:36:25 +08:00
未验证
父节点 913e2958e6
当前提交 485920a46b
修改 2 个文件,包含 4 行新增5 行删除
+3 -4
查看文件
@@ -153,9 +153,8 @@
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
padding-right: 10px; padding-right: 10px;
font-size: 0.75rem; font-size: 0.85rem;
color: var(--foreground); color: var(--foreground);
font-family: Hack, Monaco, Consolas, monospace;
transition: opacity 0.15s ease; transition: opacity 0.15s ease;
opacity: 0.8; opacity: 0.8;
@@ -173,10 +172,10 @@
.line-breakpoint { .line-breakpoint {
position: absolute; position: absolute;
top: -1px;
right: -3px; right: -3px;
color: #e51400; color: var(--brightRed);
font-size: 0.875rem; font-size: 0.875rem;
font-family: Hack, Monaco, Consolas, monospace;
transition: transform 0.15s ease, filter 0.15s ease; transition: transform 0.15s ease, filter 0.15s ease;
} }
+1 -1
查看文件
@@ -13,5 +13,5 @@ spec:
repo: https://git.dev.cm/theme-terminal repo: https://git.dev.cm/theme-terminal
settingName: "theme-terminal-setting" settingName: "theme-terminal-setting"
configMapName: "theme-terminal-configMap" configMapName: "theme-terminal-configMap"
version: 1.1.10 version: 1.1.10c
require: ">=2.22.0" require: ">=2.22.0"