refactor as hugo site

This commit is contained in:
xenofem 2020-05-29 16:58:33 -04:00
parent 89736633b5
commit 1e20792a0d
37 changed files with 474 additions and 409 deletions

27
static/css/base.css Normal file
View file

@ -0,0 +1,27 @@
@font-face {
font-family: 'Raleway';
src: url('/fonts/Raleway-Regular.otf');
}
body {
background-color: black;
color: red;
font-family: 'Raleway';
text-align: center;
}
a {
color: red;
}
a:hover {
color: #c00;
}
a svg path {
stroke: red;
}
a svg:hover path {
stroke: #c00;
}