From 5c294b47749ce5ae91fe26684b1cf212a22f7927 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Thu, 15 Oct 2020 20:51:23 +0200 Subject: [PATCH] remove :active link offset --- index.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.css b/index.css index 856c119..86cf084 100644 --- a/index.css +++ b/index.css @@ -267,9 +267,6 @@ section.select-list .entry a.website:hover, section.select-list .entry.pinned a.favoritelink { color: var(--ink-black); } -section.select-list a.website:active { - margin-top: 1px; -} section.select-list .pinned { background: var(--paper-white); }