Skip to content

Commit 09f2af4

Browse files
committed
Adjust orange theme
1 parent 6392ee5 commit 09f2af4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/_themes/orange-theme.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
$color-primary: #FE7A0E;
2-
$dashboard-stat-icon-color: #BDBDBD;
2+
$dashboard-stat-icon-color: #BDBDBD;
3+
4+
$link-color: #969696;
5+
$link-transition: initial;
6+
$link-decoration: underline;
7+
8+
$link-hover-color: desaturate(darken($color-primary, 4%), 4%);
9+
$link-hover-decoration: underline;

0 commit comments

Comments
 (0)