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