]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix table colors
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 Aug 2021 11:09:23 +0000 (13:09 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 31 Aug 2021 11:09:23 +0000 (13:09 +0200)
packages/docs/.vitepress/theme/custom.css

index e31375b4bd294c4bcf994853619f22e0aa164713..daa23f773cc1698acb22fde5d6918ecc34c12e76 100644 (file)
   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; */