blob: 43003f9d5b9721687b812bd859a5ac10e78c7a83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
body.gfx {
> main > article {
background: $bg-gfx-on;
}
> aside {
&:hover, &:focus {
background-color: $bg-gfx-on;
nav ul li:first-child {
background: $bg-gfx-on;
}
}
}
}
|