fix(dees-dataview-codebox): Adjusted line number font weight in codebox
This commit is contained in:
parent
d4585654b6
commit
e6275bfeb3
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-07-01 - 1.1.5 - fix(dees-dataview-codebox)
|
||||||
|
Adjusted line number font weight in codebox
|
||||||
|
|
||||||
|
- Changed the line number font weight from 400 to 200 in the codebox for better visual alignment.
|
||||||
|
|
||||||
## 2024-07-01 - 1.1.4 - fix(UI)
|
## 2024-07-01 - 1.1.4 - fix(UI)
|
||||||
Fixed font-family order for code and value elements
|
Fixed font-family order for code and value elements
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.1.4',
|
version: '1.1.5',
|
||||||
description: 'A library for building components and other projects'
|
description: 'A library for building components and other projects'
|
||||||
}
|
}
|
||||||
|
@ -141,7 +141,7 @@ export class DeesDataviewCodebox extends DeesElement {
|
|||||||
code *,
|
code *,
|
||||||
.lineNumbers {
|
.lineNumbers {
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-weight: 400;
|
font-weight: 200;
|
||||||
font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
|
font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user