]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: style em
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 09:07:31 +0000 (10:07 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 09:07:31 +0000 (10:07 +0100)
docs/.vitepress/theme/custom.css

index 4a18e62bc69c5cd7ff144fcbd2f50eff5158a037..7edf33c8305c5f9b027c5dd69529a1c301f11b14 100644 (file)
@@ -133,3 +133,7 @@ div[class*='language-'],
   transition: transform 250ms ease, background-color 300ms ease-in-out,
     color 300ms ease-in-out;
 }
+
+code {
+  font-size: 0.95em;
+}