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

41 lines
623 B
CSS

body {
background: #222;
}
.wrap {
width: 40vw;
margin-right: auto;
margin-left: auto;
}
.title {
margin-top: 5vh;
margin-bottom: 7vh;
color: #e1e1e1;
text-align: center;
font-family: 'IBM Plex Mono', monospace;
}
.posts_list {
text-align: center;
padding-left: 0px;
list-style: none;
}
.post {
margin-bottom: 3vh;
color: #e1e1e1;
font-family: 'IBM Plex Mono', monospace;
}
.post a:link {
color: #e1e1e1;
text-decoration: none;
}
.post a:hover {
text-decoration: underline;
color: #AAA;
}
.post a {
color: #e1e1e1;
}
.date {
color: #777;
font-family: 'Cutive Mono', monospace;
}