style(ui): improve sheet name readability with lighter font weight
This commit is contained in:
parent
76d223db0f
commit
a0c77ef7b8
2 changed files with 6 additions and 0 deletions
|
@ -51,5 +51,8 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
|
// Use lighter font weight for better readability
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,5 +47,8 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
|
||||||
|
// Use lighter font weight for better readability
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue