mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
periodic table: update symbol font
This commit is contained in:
@@ -27,7 +27,7 @@ export default () => {
|
||||
className: "txt-hugerass txt-bold",
|
||||
}) : Label({
|
||||
label: `${element.symbol}`,
|
||||
className: "txt-hugeass txt-bold",
|
||||
className: "cheatsheet-periodictable-elementsymbol",
|
||||
}),
|
||||
Label({
|
||||
label: `${element.name}`,
|
||||
|
||||
@@ -70,6 +70,12 @@
|
||||
color: $onLayer1;
|
||||
}
|
||||
|
||||
.cheatsheet-periodictable-elementsymbol {
|
||||
@include readingfont;
|
||||
font-size: 1.6363rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.cheatsheet-periodictable-element {
|
||||
@include cheatsheet-periodictable-element;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user