From: Eduardo San Martin Morote Date: Tue, 31 Aug 2021 11:09:23 +0000 (+0200) Subject: docs: fix table colors X-Git-Tag: @pinia/nuxt@0.0.2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f907c27fe7379f4d2d8dafe52f1928c40ab46017;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix table colors --- diff --git a/packages/docs/.vitepress/theme/custom.css b/packages/docs/.vitepress/theme/custom.css index e31375b4..daa23f77 100644 --- a/packages/docs/.vitepress/theme/custom.css +++ b/packages/docs/.vitepress/theme/custom.css @@ -95,6 +95,15 @@ background-color: var(--c-bg-accent) !important; } +tr:nth-child(2n) { + background-color: var(--code-bg-color); +} + +html:not(.light) th, +html:not(.light) td { + border: 1px solid var(--c-brand-text); +} + html:not(.light):root { /* --c-black: #ffffff; --c-white: #000000; */