Update user.css

This commit is contained in:
tokmak0 2022-09-08 15:06:31 +03:00 committed by GitHub
parent 56e3c0d41d
commit 5e64d2d6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 5 deletions

View File

@ -22,10 +22,17 @@
}
.box-title{
color: var(--main);
font-weight: 300;
font-weight: 400;
}
.box-value {
color: var(--second);
font-weight: 300;
}
font-weight: 300;
background-color: var(--main);
color: white;
font-size: 14px;
padding: 4px;
border-radius: 5px;
min-width: 50px;
text-align: center;
}