refactor as hugo site
This commit is contained in:
parent
89736633b5
commit
1e20792a0d
37 changed files with 474 additions and 409 deletions
27
static/css/base.css
Normal file
27
static/css/base.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue