From 5e64d2d6e1c2c242259175235733343442308d45 Mon Sep 17 00:00:00 2001 From: tokmak0 <112181684+tokmak0@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:06:31 +0300 Subject: [PATCH] Update user.css --- public/css/user.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/public/css/user.css b/public/css/user.css index d9ac9c5..414a559 100644 --- a/public/css/user.css +++ b/public/css/user.css @@ -22,10 +22,17 @@ } .box-title{ - color: var(--main); - font-weight: 300; + font-weight: 400; } .box-value { - color: var(--second); - font-weight: 300; -} \ No newline at end of file +font-weight: 300; +background-color: var(--main); +color: white; +font-size: 14px; +padding: 4px; +border-radius: 5px; +min-width: 50px; +text-align: center; +} + +