Compare commits

...
Sign in to create a new pull request.

1 commit
main ... dev

Author SHA1 Message Date
6fa306cf46 Add Dead Orbit CSS 2025-10-28 09:12:00 -05:00

View file

@ -76,6 +76,7 @@ h6 {
/* https://smolweb.org/subset.html */ /* https://smolweb.org/subset.html */
/* structural */ /* structural */
body { body {
background: #383838;
margin: 0 auto; margin: 0 auto;
max-width: max(768px, 100ch); max-width: max(768px, 100ch);
} }
@ -87,12 +88,17 @@ html {
/* semantic */ /* semantic */
header strong { header {
background: #afafaf;
strong {
margin: 0.5rem; margin: 0.5rem;
font-size: 1.6rem; font-size: 1.6rem;
} }
}
footer { footer {
background: #afafaf;
font-size: 0.9rem; font-size: 0.9rem;
p { p {
@ -101,7 +107,8 @@ footer {
} }
main { main {
margin: 1rem; background: #cccccc;
padding: 1rem;
} }
nav { nav {