Skip to content

Commit 51daed0

Browse files
authored
Revise brand section with logo and styling changes
Updated brand link to include logo image and modified styles.
1 parent 48292de commit 51daed0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
font-weight: 900;
7676
}
7777

78-
.brand-mark {
78+
/* .brand-mark {
7979
width: 32px;
8080
height: 32px;
8181
border-radius: 9px;
@@ -86,7 +86,7 @@
8686
font-size: 16px;
8787
font-weight: 900;
8888
flex: 0 0 auto;
89-
}
89+
} */
9090

9191
.brand span:last-child {
9292
overflow: hidden;
@@ -689,10 +689,10 @@
689689
<body>
690690
<header class="site-header">
691691
<nav class="nav" aria-label="主导航">
692-
<a class="brand" href="#">
693-
<span class="brand-mark">P</span>
694-
<span>pgy_spider</span>
695-
</a>
692+
<a class="brand" href="#top" aria-label="pgy_spider 首页">
693+
<img src="images/pgy_logo.png" alt="pgy_spider" width="32" height="32" style="border-radius:9px">
694+
<span>pgy_spider</span>
695+
</a>
696696
<div class="nav-links">
697697
<a href="#features">功能</a>
698698
<a href="#showcase">截图</a>

0 commit comments

Comments
 (0)