10 lines
84 B
SCSS
10 lines
84 B
SCSS
* {
|
|
all: unset;
|
|
}
|
|
|
|
|
|
.activate {
|
|
background: transparent;
|
|
color: gray;
|
|
}
|