Skip to content

Commit

Permalink
feat: 更新 title
Browse files Browse the repository at this point in the history
  • Loading branch information
“云云” committed Feb 5, 2024
1 parent d98ba62 commit 0667335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,7 @@ h2.heading {
:target {
scroll-margin: calc(var(--theme-sidebar-offset, 5rem) + 2rem) 0 2rem;
}

nav .logo h1{
color: #146DFC;
}
2 changes: 1 addition & 1 deletion src/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
:root {
color-scheme: light;
--theme-accent: hsla(var(--color-red), 1);
--theme-text-accent: #a67c52;
--theme-text-accent: #146DFC;
--theme-accent-opacity: 0.15;
--theme-divider: hsla(var(--color-gray-95), 1);
--theme-text: hsla(var(--color-gray-10), 1);
Expand Down

0 comments on commit 0667335

Please sign in to comment.