fix(dees-dataview-codebox): Adjusted line number font weight in codebox

This commit is contained in:
2024-07-01 11:58:18 +02:00
parent d4585654b6
commit e6275bfeb3
3 changed files with 7 additions and 2 deletions

View File

@ -141,7 +141,7 @@ export class DeesDataviewCodebox extends DeesElement {
code *,
.lineNumbers {
line-height: 1.4em;
font-weight: 400;
font-weight: 200;
font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
}