figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 0559e95ca89ac9947084441563e794447adfd3dd
parent 4ba2996872c0212ac547ab0f75509a32f0bd47c2
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 18 Aug 2020 21:46:03 -0700

:dizzy: Replace link hover animation with color change

Diffstat:
Mstatic/global.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/global.css b/static/global.css @@ -2,6 +2,7 @@ --background-color: #f5f5f5; --text-color: #212121; --secondary-color: #4169e1; + --tertiary-color: #b6c6f4; } @media(prefers-color-scheme: dark) { @@ -38,9 +39,8 @@ a { } a:hover { + color: var(--tertiary-color); text-decoration-color: var(--secondary-color); - -webkit-transition: width 0.5s ease; - transition: width 0.5s ease; } pre {