/** Link decoration */
* .site-title a {
color: #898989;
text-decoration: none;
}
* .site-title a:hover {
color: #5F5F5F;
* article h2 a {
* article h2 a:hover {
/** Post title colours */
.post-title {
/** Tag Link colours */
.tag {
.tag:hover {
/** Icons */
.inline-svg {
display: inline-block;
height: 1rem;
width: 1rem;
position: relative;
/** Dark Mode */
.dark-mode {
background-color: black;
color: white;
.dark-mode * h2 a {
text-shadow: none;
box-shadow: none;