You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
426 B

.post {
#tags {
display: flex;
list-style-type: none;
padding: 0;
li {
margin-right: 5px;
background-color: black;
padding: 0 5px;
border-radius: 5px;
}
}
p code {
background-color: #1c1c1c;
color: #a31515;
}
.postdate {
font-size: 10pt;
}
.title {
font-size: 16pt;
}
}