five-for-the-future/themes/wporg-5ftf/css/components/_site-title.scss

15 lines
142 B
SCSS

.site-title {
body:not(.home) & {
a {
color: #fff;
text-decoration: none;
&:hover,
&:active {
color: #fff;
}
}
}
}