style(post): update font sizes and colors in post styling
这个提交包含在:
+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"
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户