mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
15 lines
142 B
SCSS
15 lines
142 B
SCSS
.site-title {
|
|
|
|
body:not(.home) & {
|
|
|
|
a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
|
|
&:hover,
|
|
&:active {
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
} |