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;