From 9b5c0e7a83356dd10e520ce77f70e1a57b9693d6 Mon Sep 17 00:00:00 2001 From: Joschka de Cuveland Date: Wed, 10 Jan 2024 14:31:54 +0100 Subject: [PATCH] docs(storybook): fix link styling --- .storybook/preview-head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index ecd2b7c..580726d 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -137,9 +137,9 @@ font-family: BundesSansWeb, Calibri, Verdana, Arial, Helvetica, sans-serif; } - .sbdocs a { - color: #00f; - text-decoration: underline; + .sbdocs-a { + color: #00f !important; + text-decoration: underline !important; }