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.

37 lines
670 B

5 years ago
.post {
#tags {
display: flex;
list-style-type: none;
padding: 0;
4 years ago
margin: 0 0 10px 0;
li {
margin-right: 5px;
4 years ago
//background-color: black;
padding: 0 5px;
border-radius: 5px;
4 years ago
a {
text-decoration: none;
&:hover {
text-decoration: underline;
text-decoration-color: #cb4b16;
}
}
}
}
p code {
background-color: #1c1c1c;
4 years ago
color: #f73b3b;
}
5 years ago
.postdate {
font-size: 10pt;
5 years ago
}
.title {
font-size: 16pt;
5 years ago
}
}