~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
8851d640
—
pyrossh 1 month ago
update tab color
- src/layouts/Repo.astro +1 -0
src/layouts/Repo.astro
CHANGED
|
@@ -164,6 +164,7 @@ const { pathname } = Astro.url;
|
|
|
164
164
|
font-weight: 500;
|
|
165
165
|
padding-right: 0.5rem;
|
|
166
166
|
cursor: pointer;
|
|
167
|
+
color: var(--color-link);
|
|
167
168
|
|
|
168
169
|
&[aria-current="true"] {
|
|
169
170
|
text-underline-offset: 4px;
|