all repos — honk @ cd28f4fedc193dbfc0e87b9918904fb510309f4e

my fork of honk

selection color and mobile margins
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Nov 2022 14:51:59 +0530
commit

cd28f4fedc193dbfc0e87b9918904fb510309f4e

parent

e3686febb8d5973970fd0ffebf1f972c6da74b02

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

jump to
M views/local.cssviews/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 {