blog/css/poststyle.css
simonpetit 1d67bcf2ea
All checks were successful
continuous-integration/drone/push Build is passing
new draft + code background color
2025-11-05 13:21:31 +00:00

51 lines
602 B
CSS

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