From 35131612e650929599dee014adc1aee2552dc08f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 7 Jul 2024 04:56:36 +0200 Subject: [PATCH] Make the "not applicable" X more visible --- _static/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_static/styles/base.css b/_static/styles/base.css index 4a3fe26..7ea835e 100644 --- a/_static/styles/base.css +++ b/_static/styles/base.css @@ -50,7 +50,7 @@ --gradient-mastered: conic-gradient(from 180deg at 50% 71%, #0055ff 0%, #000070 50%, #0055ff 100%); --color-notapplicable: #812281; - --color-notapplicable-over: #b32db3; + --color-notapplicable-over: #ff6dff; --gradient-notapplicable: radial-gradient(#220f22 0%, #812281 150%); --color-current: var(--color-body-over);