11 lines
83 B
SCSS
11 lines
83 B
SCSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
color: red;
|
|
}
|
|
|
|
a:hover {
|
|
color: #000;
|
|
} |