font weight

This commit is contained in:
Lukas Schönsgibl
2020-10-07 08:17:20 +02:00
parent aace95962c
commit d5294cd8c7

View File

@@ -754,4 +754,12 @@ color:#335ECF;
} }
.panel-heading.profile > h3{ .panel-heading.profile > h3{
color: #353535; color: #353535;
font-weight: bold;
}
.profile-edit > a{
color: #353535;
text-decoration: none;
}
.email-delete button{
color: #353535;
} }