mirror of
https://github.com/SWG-Source/SWG-Source.github.io.git
synced 2026-07-14 16:01:23 -04:00
30 lines
330 B
SCSS
30 lines
330 B
SCSS
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
section{
|
|
margin-top: 0px;
|
|
}
|
|
a {
|
|
color: #2483C6;
|
|
}
|
|
code {
|
|
color: #ffcc00;
|
|
background: #303030;
|
|
}
|
|
pre code{
|
|
color: #ffcc00;
|
|
background: none;
|
|
}
|
|
ul.nav {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
ul.nav li{
|
|
display: inline;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|