32 lines
339 B
SCSS
Executable File
32 lines
339 B
SCSS
Executable File
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
a {
|
|
text-shadow: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
header h1 a {
|
|
color: #b5e853;
|
|
}
|
|
|
|
.container {
|
|
max-width: 700px;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 6em;
|
|
padding: 1.6em 0;
|
|
border-top: 1px dashed #b5e853;
|
|
}
|
|
|
|
.footer-image {
|
|
text-align: center;
|
|
padding-top: 1em;
|
|
} |