mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Move layout-related code to separate component files
This commit is contained in:
parent
3ebc219416
commit
b08effbe8b
5 changed files with 55 additions and 41 deletions
15
themes/wporg-5ftf/css/components/_site-title.scss
Normal file
15
themes/wporg-5ftf/css/components/_site-title.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
.site-title {
|
||||
|
||||
body:not(.home) & {
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue