Files
DeviceManager/src/lib/style/elements/_h1.scss

7 lines
111 B
SCSS

h1 {
margin-block-start: 0;
color: var(--md-sys-color-secondary);
font-weight: 700;
font-size: 4rem;
}