mirror of
https://github.com/SWG-Source/SWG-Source.github.io.git
synced 2026-07-13 16:00:56 -04:00
22 lines
230 B
SCSS
22 lines
230 B
SCSS
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
section{
|
|
margin-top: 0px;
|
|
}
|
|
a {
|
|
color: #2483C6;
|
|
}
|
|
ul.nav {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
ul.nav li{
|
|
display: inline;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|