all repos — site @ 379314fa668030be9d6b3c832e3aa7bd088985c5

source for my site, found at icyphox.sh

style: webkit fixes
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 May 2022 12:55:02 +0530
commit

379314fa668030be9d6b3c832e3aa7bd088985c5

parent

0dca10e9ab0969280d7fd49c1f1d0e985116ca2e

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M static/style.cssstatic/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; } }