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; + } }