mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Update user.css
This commit is contained in:
parent
56e3c0d41d
commit
5e64d2d6e1
1 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue