diff --git a/scss/_palette.scss b/scss/_palette.scss index b1638e9..24623a9 100644 --- a/scss/_palette.scss +++ b/scss/_palette.scss @@ -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; diff --git a/style.css b/style.css index 773283b..eb593a8 100644 --- a/style.css +++ b/style.css @@ -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; }