My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: make links glow on hover

+2
+2
sass/_main.scss
··· 18 18 line-height: 1.54; 19 19 background-color: var(--background); 20 20 color: var(--color); 21 + // text-shadow: 0 0 3px currentcolor; 21 22 text-rendering: optimizeLegibility; 22 23 -webkit-font-smoothing: antialiased; 23 24 -webkit-overflow-scrolling: touch; ··· 81 82 82 83 &:hover { 83 84 color: var(--accent); 85 + text-shadow: 0 0 .25em currentcolor; 84 86 }; 85 87 } 86 88