Skip to content

Commit

Permalink
website: update theme style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 19, 2022
1 parent f810897 commit 971aca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/App.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ body {
border-radius: 3px;
cursor: pointer;
background: var(--color-neutral-muted);
color: var(--color-thme-text);
color: var(--color-theme-text);
line-height: 30px;
text-transform: uppercase;
text-decoration: none;
&:hover {
background-color: var(--color-fg-muted);
color: var(--color-thme-bg);
color: var(--color-theme-bg);
transition: background-color 0.25s linear, color 0.05s linear, opacity 0.25s linear, filter 0.25s linear,
visibility 0.25s linear, transform 0.25s linear;
}
Expand Down

0 comments on commit 971aca7

Please sign in to comment.