Font-weight exception, use light for personal settings h3

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-02 16:20:37 +02:00
parent b93ee7f515
commit ba17caaec0
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 7 additions and 0 deletions

View File

@ -104,6 +104,11 @@ input {
display: inline-grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
/* Same font-weight exception as for .personal-settings-container */
> div h3 {
font-weight: 300;
}
}
.personal-show-container {
@ -219,6 +224,8 @@ select {
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
font-weight: 300;
> label {
white-space: nowrap;
text-overflow: ellipsis;