From 62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 30 Jan 2023 05:02:17 +0100 Subject: Add stylelint --- src/plugins/shikiCodeblocks/shiki.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/plugins/shikiCodeblocks/shiki.css') diff --git a/src/plugins/shikiCodeblocks/shiki.css b/src/plugins/shikiCodeblocks/shiki.css index d71b673..2051183 100644 --- a/src/plugins/shikiCodeblocks/shiki.css +++ b/src/plugins/shikiCodeblocks/shiki.css @@ -12,7 +12,6 @@ overflow-x: auto; padding: 0.5em; position: relative; - font-size: 0.875rem; line-height: 1.125rem; text-indent: 0; @@ -47,7 +46,7 @@ padding: 4px 8px; } -.shiki-btn~.shiki-btn { +.shiki-btn ~ .shiki-btn { margin-left: 4px; } @@ -57,7 +56,7 @@ .shiki-spinner-container { align-items: center; - background-color: rgba(0, 0, 0, 0.6); + background-color: rgb(0 0 0 / 60%); display: flex; position: absolute; justify-content: center; -- cgit