updated to zola for static site gen
This commit is contained in:
41
public/style.css
Normal file
41
public/style.css
Normal file
@@ -0,0 +1,41 @@
|
||||
body {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
background-color: 282d28;
|
||||
color: A0B0A0;
|
||||
}
|
||||
|
||||
#header {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 3.5rem;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
background-color: 181b18;
|
||||
}
|
||||
|
||||
.header-link {
|
||||
margin: auto;
|
||||
vertical-align: middle;
|
||||
color: sandybrown;
|
||||
text-decoration: none;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: sandybrown;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#body {
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user