Skip to content

Commit 49d4857

Browse files
committed
add --color-blue-dark
1 parent 8b8c913 commit 49d4857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/less/_base.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
--color-black: #1b1c1d;
7575
--color-gold: #a1882b;
7676
--color-white: #ffffff;
77+
--color-blue-dark: #3876b3;
7778
--color-diff-removed-word-bg: #fdb8c0;
7879
--color-diff-added-word-bg: #acf2bd;
7980
--color-diff-removed-row-bg: #ffeef0;
@@ -899,7 +900,7 @@ a.ui.card:hover,
899900
color: inherit !important;
900901

901902
&:hover {
902-
color: #3876b3 !important;
903+
color: var(--color-blue-dark) !important;
903904
}
904905
}
905906
}

0 commit comments

Comments
 (0)