update css for posts & docs tweaks

This commit is contained in:
Enstrayed
2025-04-26 08:54:31 -07:00
parent e59162ae04
commit f3bb0f9142
4 changed files with 81 additions and 9 deletions

View 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;
}