From 0430c1f7f26b76964dc6bf5edc51adfd79335d51 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 21:32:31 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/css/style.css b/html/src/css/style.css index 306685f5..8fac89b8 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -187,6 +187,10 @@ a { height: 6em; } +.user-profile .display-name { + font-weight: bold; +} + .row { display: inline-block; background-color: var(--banner-background);