selection color and mobile margins
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Nov 2022 14:51:59 +0530
1 files changed,
6 insertions(+),
1 deletions(-)
jump to
M
views/local.css
→
views/local.css
@@ -9,7 +9,8 @@ --hl: #c2c2c2;
} ::selection { - background: var(--bg-limited); + background: var(--fg-limited); + color: var(--hl); opacity: 0.3; }@@ -404,6 +405,10 @@ }
@media screen and (max-width: 740px) { body { font-size: 12px; + } + + main { + margin: 0 -0.6rem; } .honk header img {