update css for posts & docs tweaks
This commit is contained in:
42
website/static/newposts.css
Normal file
42
website/static/newposts.css
Normal file
@@ -0,0 +1,42 @@
|
||||
html {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 2em 0 0 0;
|
||||
font-family: 'Segoe UI Variable', sans-serif;
|
||||
|
||||
background-color: #202020;
|
||||
color: #F1F1F1;
|
||||
|
||||
max-width: 80ch;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
a, a:link {
|
||||
color: #FF5A36;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ff8266;
|
||||
}
|
||||
|
||||
.inlineheader {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 2rem;
|
||||
gap: 1em;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.inlineheader h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.inlineheader > div > span {
|
||||
padding: 0.2rem;
|
||||
color: white;
|
||||
background-color: #f06445;
|
||||
}
|
||||
Reference in New Issue
Block a user