style(ui): improve sheet name readability with lighter font weight

This commit is contained in:
Alexander Minges 2025-07-17 19:16:59 +02:00
parent 76d223db0f
commit a0c77ef7b8
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B
2 changed files with 6 additions and 0 deletions

View file

@ -51,5 +51,8 @@
flex: 1;
font-size: 1.25em;
height: auto;
// Use lighter font weight for better readability
font-weight: 300;
}
}

View file

@ -47,5 +47,8 @@
height: auto;
padding-left: 0;
padding-right: 0;
// Use lighter font weight for better readability
font-weight: 300;
}
}