From f2a0c1fcce7b769aa84c4a606fb36db3d7a1cdd3 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 24 May 2021 18:11:21 +0200 Subject: Improved link + accent colors --- assets/css/_vars.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'assets') diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss index 482ce82..d22ea64 100644 --- a/assets/css/_vars.scss +++ b/assets/css/_vars.scss @@ -60,7 +60,7 @@ $content--width: 42rem; --s: 84%, --l: 55%, --color: hsl(var(--colors--accent--h), var(--colors--accent--s), var(--colors--accent--l)), - --strong: hsl(var(--colors--accent--h), calc(var(--colors--accent--s) * 1.1), calc(var(--colors--accent--l) * 1.1)), + --strong: hsl(var(--colors--accent--h), calc(var(--colors--accent--s) * 1.2), calc(var(--colors--accent--l) * 1.2)), --faint: hsla(var(--colors--accent--h), var(--colors--accent--s), var(--colors--accent--l), .1), ), @@ -75,8 +75,8 @@ $content--width: 42rem; --link: ( --idle: var(--colors--fg-lo), --colored: ( - --idle: hsl(220, 70%, 75%), //hsl(var(--colors--accent--h), 100%, 66%), // - --visited: hsl(290, 30%, 70%), //hsl(var(--colors--accent--h), 50%, 66%), // + --idle: hsl(220, 100%, 80%), //hsl(var(--colors--accent--h), 100%, 66%), // + --visited: hsl(290, 35%, 75%), //hsl(var(--colors--accent--h), 50%, 66%), // ) ), @@ -116,7 +116,7 @@ $content--width: 42rem; --h: 354, --s: 74%, --l: 48%, - --strong: hsl(var(--colors--accent--h), var(--colors--accent--s), calc(var(--colors--accent--l) * .9)), + --strong: hsl(var(--colors--accent--h), var(--colors--accent--s), calc(var(--colors--accent--l) * .8)), ), --select: ( @@ -127,7 +127,7 @@ $content--width: 42rem; --link: ( --colored: ( --idle: hsl(220, 60%, 40%), //hsl(var(--colors--accent--h), 100%, 66%), // - --visited: hsl(290, 20%, 35%), //hsl(var(--colors--accent--h), 50%, 66%), // + --visited: hsl(290, 30%, 35%), //hsl(var(--colors--accent--h), 50%, 66%), // ) ), ), -- cgit v1.2.3-54-g00ecf