all repos — site @ 786051d8e35c173fffd77044b8b5d2611fcd6291

source for my site, found at icyphox.sh

css: revert bullet style
Anirudh Oppiliappan x@icyphox.sh
Mon, 28 Nov 2022 21:29:51 +0530
commit

786051d8e35c173fffd77044b8b5d2611fcd6291

parent

3c8bba5b7d8b5c6cc30a60e50f2218dfa63c8b69

1 files changed, 0 insertions(+), 16 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -224,22 +224,6 @@ padding-left: 20px;

border-left: 3px solid var(--gray); } -article ul { - list-style: none; -} - -article ul > li::before { - display: inline-block; - height: .375rem; - width: .375rem; - border-radius: 50%; - background-color: var(--dark); - opacity: .6; - content: ""; - margin-right: .5rem; - margin-bottom: .1rem; -} - nav ul { padding: 0; margin: 0;