My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: correct the font size

+1 -8
+1 -8
sass/_main.scss
··· 97 97 font-size: .95rem; 98 98 } 99 99 100 - // code[data-lang]::before { 101 - // content: attr(data-lang); 102 - // text-align: right; 103 - // position: absolute; 104 - // top: 0; 105 - // } 106 - 107 100 pre { 108 101 font-family: ui-monospace, monospace; 109 102 padding: 20px 10px; ··· 131 124 right: 0; 132 125 padding: .2em .5em; 133 126 font-weight: bold; 134 - font-size: .9rem; 127 + font-size: .95rem; 135 128 border-radius: 0 0 0 6px; 136 129 background-color: var(--accent-alpha-20); 137 130 }