From df64ca388337c6fc71364de9730ba3366badea8b Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 20:02:11 +0200 Subject: [PATCH] Setup color pseudo element after --- custom_portal.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom_portal.css b/custom_portal.css index e83af7d..32d793c 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -242,6 +242,9 @@ body.logged, .logged .content { .user-container::before{ content: none; } +.user-container::before { + color: inherit; +} .user-container .user-username { display: inline-block; width: 80%;