penguin/AstroJS

Javascript framework for my blog

botanjs/src/Astro/Blog/Layout/PureColumn.css

raw ยท 248 bytes

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.trademark {
    text-align: right;
    font-family: custom-sans;
}

.trademark > a {
    text-decoration: none;
}

.trademark > a:hover {
    text-decoration: underline;
}