From 3eeffca00ae294b0b1f66796ab345310557a0543 Mon Sep 17 00:00:00 2001 From: Kijima Daigo Date: Mon, 18 Nov 2024 18:40:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20code=E3=82=BF=E3=82=B0=E3=81=AE?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=92=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/site.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/site.css b/public/css/site.css index 63c30e13e..b6a23d546 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -58,6 +58,15 @@ a:hover { text-decoration: none; } +code { + color: var(--bs-dark); + background-color: var(--bs-gray-200); + padding: 0.2em 0.4em; + border-radius: 6px; + font-size: 85%; + white-space: break-spaces; +} + input { accent-color: var(--bs-dark); }