this-month-in-org/assets/index-head-extra.html
TEC d870d2d7b5
Initial commit
This is a skeletal, but fully functional blogging setup.
2021-04-24 02:43:32 +08:00

21 lines
587 B
HTML

<style>
#content { min-height: calc(100vh - 4rem - 48px); }
a[aria-hidden="true"] { display: none; }
div.page-header > a {
text-decoration: none; }
div.page-header > a > img {
position: relative;
top: 0.25em;
filter: invert(0.6); }
div.page-header > a > img:hover {
opacity: 1;
filter: invert(38%) sepia(98%) saturate(1640%) hue-rotate(11deg) contrast(98%); }
div.page-header > a + a {
font-family: 'Open Sans',sans;
margin-left: 1em;
font-size: 1.2rem;
color: #888; }
div.page-header > a + a:hover {
color: #444; }
</style>