From 4f64fdf2e41c8ab5d5c3a369e56cf9621a70dfa4 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 12 Apr 2022 06:35:10 +0400 Subject: [PATCH] Some styling for Clover versions table --- docs/.vuepress/styles/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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%; +}