blog/css/poststyle.css
2024-11-08 21:10:17 +01:00

40 lines
538 B
CSS

body {
font-family: 'IBM Plex Mono', monospace;
}
.title {
margin-top: 5vh;
margin-bottom: 7vh;
text-align: center;
font-family: 'IBM Plex Mono', monospace;
}
.title a {
text-decoration: none;
color: black;
}
.title a:hover {
text-decoration: underline;
color: #AAA;
}
.title {
margin-bottom: 6vh;
}
article {
width: 70vw;
margin-right: auto;
margin-left: auto;
}
footer {
width: 70vw;
margin-top: 6vh;
margin-right: auto;
margin-left: auto;
font-size: 1.3vh;
}
footer span a {
color: #FF8608;
}