@lanodan I’m not doing a ton with my home page right now, so my css file is equally small
body {
color: #c9d1d9;
background-color: #0d1117;
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
h1, h2, h3 {
line-height: 1.2;
}
.other, .outside, .content {
line-height: 1.4;
margin: 20px auto;
max-width: 50em;
padding: 0 7px;
}
.outside {
text-align: center;
}
/* Navigation Bar css */
section.content {
display: none;
&:target {
display: block;
}
}