style: webkit fixes
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 May 2022 12:55:02 +0530
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -10,6 +10,7 @@ }
html { background: var(--light); + -webkit-text-size-adjust: none; } ::selection {@@ -239,8 +240,5 @@ text-align: left;
} tr { padding: 10px 0 10px 0; - } - nav ul li { - display: block; } }