14 lines
169 B
SCSS
14 lines
169 B
SCSS
|
---
|
||
|
---
|
||
|
|
||
|
@import "{{ site.theme }}";
|
||
|
|
||
|
/* stupid css killed the cat */
|
||
|
header ul {
|
||
|
background: none;
|
||
|
border-radius: 0px;
|
||
|
border: 0px solid #e0e0e0;
|
||
|
|
||
|
|
||
|
}
|