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