feat: add basic blog features
This commit is contained in:
17
public/stylesheets/style.css
Normal file
17
public/stylesheets/style.css
Normal file
@@ -0,0 +1,17 @@
|
||||
:root {
|
||||
--primary: #fd5e53;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 50px;
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00B7FF;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid var(--primary);
|
||||
margin-top: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user