File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 49
49
padding : 0 ;
50
50
}
51
51
/* Hide md-main */
52
+ /* 会导致移动端顶部导航按钮无法展开 */
53
+ /*
52
54
.md-main {
53
55
display: none;
54
56
}
57
+ */
55
58
56
59
57
60
/* Fonts */
243
246
< div class ="hero-text ">
244
247
< h1 > 欢迎使用 NavPage 导航主题</ h1 >
245
248
< p > < b > NavPage-Hugo-Theme</ b > 是一个基于 Hugo 的静态响应式网址导航付费主题,它是 < a href ="https://github.com/shenweiyan/WebStack-hugo "> WebStack-Hugo</ a > 的一个 < b > Insiders</ b > 版本,相比较开源版本进行了部分< a href ="https://github.com/orgs/NavPage/discussions/4 "> 优化与功能更新</ a > 。</ p >
246
- < a class ="button " href ="https://bioit.top/ "> 实例站点 </ a > < a class ="button " data-type ="inverted " href ="https://github.com/orgs/navpage/discussions/2 "> 成为会员 </ a >
249
+ < a class ="button " href ="https://bioit.top/ "> 示例站点 </ a > < a class ="button " data-type ="inverted " href ="https://github.com/orgs/navpage/discussions/2 "> 加入会员 </ a >
247
250
</ div >
248
251
< div class ="hero-image ">
249
252
< img src ="../assets/screenshots/illustration.png " alt ="hero image ">
Original file line number Diff line number Diff line change 13
13
{% endblock %}
14
14
{% block announce %}
15
15
< div class ="announce_text ">
16
- Some info and updates here! to change this text edit custom/overrides/main.html
16
+ 欢迎使用 NavPage Insiders 导航主题!
17
17
</ div >
18
18
{% endblock %}
19
19
{% block scripts %}
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ theme:
29
29
30
30
palette :
31
31
# Light mode
32
- - media : " (prefers-color-scheme: dark )"
32
+ - media : " (prefers-color-scheme: light )"
33
33
scheme : default
34
34
toggle :
35
35
icon : material/toggle-switch
36
36
name : Switch to dark mode
37
37
# Dark mode
38
- - media : " (prefers-color-scheme: light )"
38
+ - media : " (prefers-color-scheme: dark )"
39
39
scheme : slate
40
40
toggle :
41
41
icon : material/toggle-switch-off-outline
You can’t perform that action at this time.
0 commit comments