all repos — honk @ 83146e5af151bacca24a8c30d0513ab145210dad

my fork of honk

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

83146e5af151bacca24a8c30d0513ab145210dad

parent

8d6d0447ba94ac966ef9707787a9771f1a5f2874

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;