mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 04:25:44 +03:00
Theme: Fix heading level styles
This commit is contained in:
parent
840ae50ac5
commit
c6c4baf62b
2 changed files with 22 additions and 3 deletions
|
@ -6,14 +6,20 @@
|
|||
h1, h2, h3, h4, h5, h6 {
|
||||
color: $color__text-heading-darker;
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
margin-top: ms(10);
|
||||
font-size: ms( 2 );
|
||||
margin-bottom: ms(2);
|
||||
font-size: ms(2);
|
||||
font-weight: 400;
|
||||
color: $color__text-heading;
|
||||
}
|
||||
|
||||
|
||||
h3 {
|
||||
font-size: ms(1);
|
||||
color: $color__text-darker;
|
||||
}
|
||||
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue