mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 10:45:44 +03:00
parent
e20a834cb0
commit
7a355b8314
5 changed files with 26 additions and 14 deletions
38
themes/wporg-5ftf/css/components/_page.scss
Normal file
38
themes/wporg-5ftf/css/components/_page.scss
Normal file
|
@ -0,0 +1,38 @@
|
|||
body.page:not(.home) {
|
||||
.site-title a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.site-main {
|
||||
margin: 0 auto;
|
||||
padding: 0 ms( 2 );
|
||||
max-width: calc( #{ $size__content-width } + #{ ms( 2 ) * 2 } );
|
||||
}
|
||||
|
||||
.entry-header {
|
||||
background: none;
|
||||
|
||||
.entry-title {
|
||||
color: $color__text-heading-darker;
|
||||
font-size: ms( 8 );
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
margin: 2rem auto 1rem;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.entry-content {
|
||||
padding: 0 0 ms( 10 );
|
||||
}
|
||||
|
||||
.entry-footer {
|
||||
padding: ms( 10 ) 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue