From: Eduardo San Martin Morote Date: Sun, 2 May 2021 18:28:06 +0000 (+0200) Subject: docs: better color for diff X-Git-Tag: v2.0.0-alpha.14~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba2fee1424b589a010c086045c26b7c50769fb22;p=thirdparty%2Fvuejs%2Fpinia.git docs: better color for diff --- diff --git a/docs/.vitepress/theme/code-theme.css b/docs/.vitepress/theme/code-theme.css index a420d05f..8eb46539 100644 --- a/docs/.vitepress/theme/code-theme.css +++ b/docs/.vitepress/theme/code-theme.css @@ -81,7 +81,7 @@ pre[class*='language-'] { } .token.deleted { - color: rgba(239, 83, 80, 0.56); + color: rgb(239, 83, 80); font-style: italic; } @@ -119,7 +119,8 @@ pre[class*='language-'] { } .token.attr-name, -.token.inserted { +.token.inserted, +code .token.inserted { color: rgb(173, 219, 103); font-style: italic; } @@ -233,10 +234,10 @@ html.light .namespace { color: rgb(12, 150, 155); } -html.light .token.deleted { - color: rgba(239, 83, 80, 0.56); +/* html.light .token.deleted { + color: rgb(239, 83, 80); font-style: italic; -} +} */ html.light .token.symbol, html.light .token.operator,