My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: list styling

+4 -24
+1 -1
sass/_main.scss
··· 179 179 padding: 0; 180 180 181 181 li { 182 - position: relative; 182 + padding-left: 1em; 183 183 margin-top: 5px; 184 184 margin-bottom: 5px; 185 185 }
+3 -23
sass/_post.scss
··· 75 75 } 76 76 77 77 ul { 78 - list-style: none; 78 + list-style: "\29bf"; 79 79 80 - li:before { 81 - content: '⦿'; 82 - position: absolute; 83 - left: -20px; 84 - color: var(--accent); 85 - } 86 80 ul { 87 - 88 - li:before { 89 - content: '■'; 90 - position: absolute; 91 - left: -20px; 92 - color: var(--accent); 93 - } 81 + list-style: "\25a0"; 94 82 95 - ul { 96 - 97 - li:before { 98 - content: '►'; 99 - position: absolute; 100 - left: -20px; 101 - color: var(--accent); 102 - } 103 - } 83 + ul { list-style: "\25ba"; } 104 84 } 105 85 } 106 86 }