12 lines
121 B
SCSS
Vendored
12 lines
121 B
SCSS
Vendored
//styles.scss
|
|
|
|
h1 a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#topheader a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
// tags
|
|
@import "tags";
|