From 1f65b138936489e506defecb6ae3561d7b3988ea Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 11 Nov 2023 18:22:43 +0800 Subject: [PATCH] add some --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 66155e31..20f52806 100644 --- a/index.css +++ b/index.css @@ -80,7 +80,7 @@ hr, td.hr { border-bottom:var(--plugin-border-color) dashed 1px; margin:5px; } ol, ul { margin-left:40px; } a { color:var(--body-fg-color); font-style:italic; } p { margin:20px 0; } -kbd { padding:0 5px; font-family:var(--code-font-family); } +kbd { font-family:var(--code-font-family); padding:0 5px; } iframe { height:420px; width:100%; } /* fieldset */ fieldset>legend { box-shadow:var(--box-shadow); }