blog/css/indexstyle.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

35 lines
483 B
CSS

ul {
width: 40vw;
margin-right: auto;
margin-left: auto;
text-align: center;
padding-left: 0px;
list-style: none;
}
ul li {
margin-bottom: 3vh;
font-family: 'IBM Plex Mono', monospace;
}
ul li a {
text-decoration: none;
color: black;
}
ul li a:link {
text-decoration: none;
}
ul li a:hover {
text-decoration: underline;
color: #AAA;
}
.title {
margin-top: 5vh;
margin-bottom: 7vh;
text-align: center;
font-family: 'IBM Plex Mono', monospace;
}