all repos — honk @ 891717ddf4b402c6707ba3e2047cbbeb1ad77195

my fork of honk

font size etc
Anirudh Oppiliappan x@icyphox.sh
Sun, 27 Nov 2022 15:34:01 +0530
commit

891717ddf4b402c6707ba3e2047cbbeb1ad77195

parent

bcdb6400db48b63714c0f3a221b20b3949b850ac

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

jump to
M views/style.cssviews/style.css

@@ -21,10 +21,10 @@ :root {

--bg-page: #111; --bg-dark: #222; --fg: #ccc; - --hl: #333; + --hl: #444; --fg-subtle: #ccc; --fg-limited: #509c93; - --bg-limited: #444; + --bg-limited: #333; --header: #509c93; --header-fg: #111; --hover: (--bg-limited);

@@ -32,7 +32,7 @@ }

} * { - font-size: 14px !important; + font-size: 1rem !important; } body {

@@ -40,7 +40,7 @@ padding: 0px;

margin: 0px; background: var(--bg-page); color: var(--fg); - font-size: 14px !important; + font-size: 1rem !important; word-wrap: break-word; font-family: -apple-system, "Inter", sans-serif, "Noto Color Emoji"; line-height: 1.2;

@@ -156,7 +156,7 @@ font-size: 0.8em;

} label.button, button, select { border: none; - font-size: 14px; + font-size: 1rem; font-family: -apple-system, "Inter", sans-serif, "Noto Color Emoji"; color: var(--fg); padding: 0.2em;