Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c399224

Browse files
committed
fix(client): modify some color
1 parent 7b29009 commit c399224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/client/assets/style/tags.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ a {
4343
}
4444

4545
a:hover {
46-
color: #3af;
46+
color: #55b3b1;
4747
}
4848

4949
p a:active {

packages/client/assets/style/themes/default.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
--color-title: #464646;
33
--color-base: #545454;
44
--color-background: #f5f5f5;
5-
--color-link: #3498db;
5+
--color-link: #1687a7;
66
}

0 commit comments

Comments
 (0)