Add a few (ugly) badges to the user page

This commit is contained in:
Bat
2018-05-12 17:55:25 +01:00
parent ea08718c23
commit aefa31b84e
3 changed files with 41 additions and 12 deletions
+10
View File
@@ -91,3 +91,13 @@ textarea {
min-height: 200px;
resize: vertical;
}
.badge {
font-size: 12pt;
background: white;
color: #7a28cb;
border: 1px solid #7a28cb;
border-radius: 3px;
padding: 5px 10px;
margin: 0px 10px;
}