Skip to content

Commit c65721b

Browse files
committed
[Gtk-3.18] Use old link color. Fixes #499
1 parent d2fecfd commit c65721b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gtk-3.0/scss/_global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $question_fg_color: #fff;
3333
$question_bg_color: #673ab7;
3434
$error_fg_color: #fff;
3535
$error_bg_color: #f44336;
36-
$link_color: #3f51b5;
36+
$link_color: #fc6f5d;
3737
$success_color: #4caf50;
3838
$warning_color: #ef6c00;
3939
$error_color: #f44336;

0 commit comments

Comments
 (0)