From 32797d8f872c2a838c01bc33fff425fa0692d3c6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 14 Aug 2023 19:38:37 +0200 Subject: [PATCH] fix color --- static/css/web3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/web3.css b/static/css/web3.css index 65485f0..4fde20f 100644 --- a/static/css/web3.css +++ b/static/css/web3.css @@ -70,7 +70,7 @@ a { } li > a { - color: mediumvioletred; + color: rgb(195, 86, 155); font-size: 100%; }