1 parent 48292de commit 51daed0Copy full SHA for 51daed0
1 file changed
docs/index.html
@@ -75,7 +75,7 @@
75
font-weight: 900;
76
}
77
78
- .brand-mark {
+ /* .brand-mark {
79
width: 32px;
80
height: 32px;
81
border-radius: 9px;
@@ -86,7 +86,7 @@
86
font-size: 16px;
87
88
flex: 0 0 auto;
89
- }
+ } */
90
91
.brand span:last-child {
92
overflow: hidden;
@@ -689,10 +689,10 @@
689
<body>
690
<header class="site-header">
691
<nav class="nav" aria-label="主导航">
692
- <a class="brand" href="#">
693
- <span class="brand-mark">P</span>
694
- <span>pgy_spider</span>
695
- </a>
+ <a class="brand" href="#top" aria-label="pgy_spider 首页">
+ <img src="images/pgy_logo.png" alt="pgy_spider" width="32" height="32" style="border-radius:9px">
+ <span>pgy_spider</span>
+ </a>
696
<div class="nav-links">
697
<a href="#features">功能</a>
698
<a href="#showcase">截图</a>
0 commit comments