improvement: use magenta instead of blue for links and selection

This commit is contained in:
Kazhnuz 2019-10-04 19:25:08 +02:00
parent 4f8c39a5ec
commit 0ec85a9f40
2 changed files with 5 additions and 5 deletions

View File

@ -33,8 +33,8 @@ $color-danger: $color-red;
$color-info: $color-cyan;
$color-success: $color-green;
$color-link: $color-blue;
$color-selection: $color-blue;
$color-link: $color-magenta;
$color-selection: $color-magenta;
$color-mark: $color-yellow;
$color-category: $color-primary;

View File

@ -23,13 +23,13 @@ body {
color: #073642; }
a {
color: #268bd2;
color: #d33682;
text-decoration: none; }
::selection {
background: #268bd2;
background: #d33682;
color: #fdf6e3; }
::-moz-selection {
background: #268bd2;
background: #d33682;
color: #fdf6e3; }