From 56b9d8ec9323299cc8afe80ef44069c9e49b87e3 Mon Sep 17 00:00:00 2001 From: neon ball <35791009+ParaDoX1994@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:08:29 +0300 Subject: [PATCH] Add a 4th header --- docs/.vuepress/styles/index.styl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index ec68275eb..50feb55e6 100755 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -40,6 +40,10 @@ tr &:nth-child(2n) background-color var(--sideBgColor) +h4 + font-size 1.10rem + padding-bottom .3rem + .dropdown-wrapper .nav-dropdown @@ -65,4 +69,4 @@ tr color: var(--accentColor) !important .search-box .suggestion.focused a - color: var(--navItemHoverColor) !important \ No newline at end of file + color: var(--navItemHoverColor) !important