Skip to content

Commit

Permalink
💄 Style: update summary style at home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Oct 13, 2024
1 parent 0c0fb03 commit 28759d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions assets/css/_page/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/init/index.html
Original file line number Diff line number Diff line change
@@ -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" . -}}
Expand Down

0 comments on commit 28759d5

Please sign in to comment.