From f45948ea54454f9961c1d4e2a91a2a0f00feca36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ad=C3=A1mek?= Date: Fri, 6 Jun 2025 10:29:39 +0200 Subject: [PATCH] docs: fix styles on homepage --- website/docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index e9a89025..461be0ab 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -31,7 +31,10 @@ module.exports = { githubHost: 'github.com', future: { experimental_faster: true, - v4: true, + v4: { + removeLegacyPostBuildHeadAttribute: true, + useCssCascadeLayers: false, // this breaks styles on homepage and link colors everywhere + }, }, onBrokenLinks: /** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),