Skip to content

Commit c32a4d8

Browse files
authored
chore: sane styles for loog link and main page
2 parents c909c6e + 32755ff commit c32a4d8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ Zig 中文社区致力于在中文用户中分享和传播 Zig 语言!
2222
学习<i class="fas fa-arrow-alt-circle-right ms-2"></i>
2323
</a>
2424

25+
<style>
26+
ol{
27+
list-style: none;
28+
}
29+
</style>
30+
2531
{{% /blocks/cover %}}

layouts/partials/hooks/head-end.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
mode: "no-cors"
99
}).catch(console.log);
1010
</script>
11+
<style>
12+
a{
13+
line-break: anywhere;
14+
}
15+
</style>

0 commit comments

Comments
 (0)