feat: update dependancies versions and setting up new color themes and new fonts
This commit is contained in:
@@ -181,18 +181,18 @@ import Notification from '../components/Notifications/notification.astro';
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: var(--nds-type-display-small-size);
|
||||
font-weight: var(--nds-type-display-small-weight);
|
||||
line-height: var(--nds-type-display-small-line-height);
|
||||
letter-spacing: var(--nds-type-display-small-letter-spacing);
|
||||
font-size: var(--nds-type-h1-size);
|
||||
font-weight: var(--nds-type-h1-weight);
|
||||
line-height: var(--nds-type-h1-line-height);
|
||||
letter-spacing: var(--nds-type-h1-letter-spacing);
|
||||
margin-bottom: var(--nds-spacing-xl);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: var(--nds-type-heading-small-size);
|
||||
font-weight: var(--nds-type-heading-small-weight);
|
||||
line-height: var(--nds-type-heading-small-line-height);
|
||||
letter-spacing: var(--nds-type-heading-small-letter-spacing);
|
||||
font-size: var(--nds-type-h2-size);
|
||||
font-weight: var(--nds-type-h2-weight);
|
||||
line-height: var(--nds-type-h2-line-height);
|
||||
letter-spacing: var(--nds-type-h2-letter-spacing);
|
||||
color: var(--nds-text-muted);
|
||||
margin-bottom: var(--nds-spacing-md);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user