From 9e9865a81734087682be9bb8fc96bc450e79192c Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Tue, 12 Apr 2022 18:06:44 +0100 Subject: [PATCH] update kbd tag --- base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index b6ee69a..72a22df 100644 --- a/base.css +++ b/base.css @@ -91,7 +91,8 @@ figcaption { kbd { - background-color: #d9d9d9; + color: var(--bg); + background-color: var(--fg); border-radius: 0.25em; padding: 0.2em; box-shadow: 0.15em 0.15em 0 #c9c9c9;