From f8406f42f6ebf2337a594f077d6c3ac5d35a7cce Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 8 Nov 2025 21:28:35 -0800 Subject: [PATCH] Feat: Apply Lato to UI & sidebars --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index c3f1552..3a46333 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,7 @@ :root{--safe-bottom:env(safe-area-inset-bottom)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none} html,body{overscroll-behavior-y:contain} +body{font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif} +.lato-ui{font-family:"Lato",system-ui,-apple-system,BlinkMacSystemFont,sans-serif} .markdown-body{font-size:14px;line-height:1.6}.markdown-body pre{overflow:auto} .markdown-body ul,.markdown-body ol{list-style:revert;padding-left:2em} .msg-bubble{overflow-x:auto} @@ -8,5 +10,3 @@ html,body{overscroll-behavior-y:contain} .menu-item{width:100%;text-align:left;padding:.5rem .75rem;font-size:0.875rem;display:flex;align-items:center;gap:.5rem} #htmlEditor,#extensionHtmlEditor,#jsonSchemaEditor{outline:none;white-space:pre!important;font-size:11px;line-height:1.5;} :not(pre)>code{font-size:85%;padding:.2em .4em;margin:0;border-radius:6px;background-color:rgba(175,184,193,0.2)} - -