From e453c545669318b8e5c4d79533dc86c655eacc32 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Fri, 17 Jan 2025 00:33:33 -0700 Subject: [PATCH] docs: storybook links should be consistent color --- .storybook/page.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.storybook/page.css b/.storybook/page.css index 17cd99a..2c41e5b 100644 --- a/.storybook/page.css +++ b/.storybook/page.css @@ -7,8 +7,9 @@ padding: 1rem !important; } +a, a > code { color: #1a73e8 !important; font-weight: 600; text-decoration: none; -} \ No newline at end of file +}