From cb4b0eebcaa6ee072c641f09e4f5632bb45a1e7f Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 19 Jun 2025 17:56:45 -0500 Subject: [PATCH] These are inline, they should be relative to the enclosing text size --- app/assets/stylesheets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/base.css b/app/assets/stylesheets/base.css index 425ff7156..0ddaf0c8c 100644 --- a/app/assets/stylesheets/base.css +++ b/app/assets/stylesheets/base.css @@ -90,7 +90,7 @@ border-radius: 0.3em; box-shadow: 0 0.1em 0 currentColor; font-family: var(--font-mono); - font-size: var(--text-x-small); + font-size: 0.8em; font-weight: 600; opacity: 0.7; padding: 0 0.4em;