From dcaa7f2b8a713a5d81a765c3c15eee27f0abe552 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:46:21 -0500 Subject: [PATCH] inheritance --- web/public/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/public/style.css b/web/public/style.css index f949bd5..f0c48cb 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -226,8 +226,17 @@ h2 { margin: 12px 6px; color: var(--col-10); } +div, +input { + font-family: inherit; + font-size: inherit; + color: inherit; } -a, b, i, code, span { +a, +b, +i, +code, +span { display: inline; font-family: inherit; font-size: inherit;