💄 Style: update summary style at home page

This commit is contained in:
Cell
2024-10-13 17:08:44 +08:00
parent 0c0fb03a8d
commit 28759d5020
2 changed files with 1 additions and 26 deletions
-25
View File
@@ -124,38 +124,13 @@
}
.content {
display: block;
margin-top: 0.3rem;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
@include overflow-wrap(break-word);
color: $global-font-secondary-color;
[data-theme='dark'] & {
color: $global-font-secondary-color-dark;
}
h2,
h3,
h4,
h5,
h6,
p {
font-size: 1rem;
line-height: 1.5;
display: inline;
&::after {
content: '\A';
white-space: pre;
}
}
h2 {
font-size: 1.125rem;
}
@include link(false, true);
b,
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.13" -}}
{{- .Scratch.Set "version" "v0.3.14-0c0fb03a" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}