From 5191e300dfe6a2c0fae6278a17d659472c2258c0 Mon Sep 17 00:00:00 2001 From: Danhia Date: Tue, 15 Mar 2022 21:53:55 +0100 Subject: [PATCH] changed color for member so difference is more noticeable --- src/statics/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statics/css/style.css b/src/statics/css/style.css index 402c2e4..becdbaf 100644 --- a/src/statics/css/style.css +++ b/src/statics/css/style.css @@ -356,7 +356,7 @@ footer { cursor: unset; } .is-member { - color: #2b908f; + color: #26fcef; } @media only screen and (min-width : 1200px) {