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