From 1a712db9e5412c5be7b813fb3cc61af41810d6d5 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 29 May 2025 17:12:10 +0600 Subject: [PATCH] web/css: add styling --- web/src/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/app.css b/web/src/app.css index 663ba800..55d94e39 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -428,6 +428,12 @@ th { padding: 3px 8px; } +code { + background: var(--button-elevated); + padding: 1px 4px; + border-radius: 4px; +} + tr td:first-child, tr th:first-child { text-align: right;