// Add your own CSS here! .tag-container { display: inline-flex; flex-wrap: wrap; & > .post-tag + .post-tag { margin-left: 0.5em; } font-size: 10px; } #tabs-post-meta { color: var(--gray) !important; user-select: none; font-size: 15px; font-family: "AaBobble"; } .tags-heading h3 { margin: 0; margin-top: 0.8em; } .post-date { // margin: 1.7em 0; display: inline-block; } .small-caps { text-transform: uppercase; } .post-tag { display: inline-block; background-color: var(--secondary); border-radius: 25px; padding: 3px 7px; font-size: 12px; transition: box-shadow 300ms ease-out; &:hover { box-shadow: 3px 2px 0px #affffe; } a { color: #000; &:hover { text-shadow: 0px 1px 0px #000; } } }