changed the colour scheme, and modified hugo.toml
This commit is contained in:
parent
f6764d6168
commit
7c411801ac
@ -1,9 +1,19 @@
|
|||||||
body {
|
body {
|
||||||
font-family: sans-serif ;
|
font-family: sans-serif ;
|
||||||
background: #110000 ;
|
background: #232A2E;
|
||||||
color: #ccc ;
|
color: #56635f ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #7FBBB3;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #D699B6;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 800px ;
|
max-width: 800px ;
|
||||||
margin: auto ;
|
margin: auto ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user