diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index 460d3b65..839f086e 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -13,3 +13,11 @@ html.dark .big-clover.dark { display: block; } img.logo { transform: scale(2.5) translateX(-5%); } + +table.versions td { + text-align: center; + background: white; +} +table.versions .subversion { + font-size: 80%; +}