11 lines
109 B
SCSS
11 lines
109 B
SCSS
|
|
||
|
%nav {
|
||
|
background: transparent;
|
||
|
transition: 0;
|
||
|
|
||
|
.brand,
|
||
|
.pseudo.button {
|
||
|
color: #fff;
|
||
|
}
|
||
|
}
|