From e9f8f344a72aee3cf53c92017c65274659162e06 Mon Sep 17 00:00:00 2001 From: Rawley Date: Wed, 9 Mar 2022 15:18:18 +0000 Subject: [PATCH] Update index.css --- static/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/index.css b/static/index.css index 7ae8a01..a53ff5f 100644 --- a/static/index.css +++ b/static/index.css @@ -174,4 +174,7 @@ a:hover:after { body > * { color: #fafafa; } + a::after { + background-color: #bd93f9; + } }