From 958ab1e6df167995c68fe6316c238b2d884c5061 Mon Sep 17 00:00:00 2001 From: raphaelpieroni Date: Wed, 12 May 2021 23:07:32 +0200 Subject: [PATCH] Enforce skill upgradable color --- styles/simple.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/simple.css b/styles/simple.css index f220adac..69aa3110 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -658,7 +658,7 @@ ul, li { border-radius: 0.25rem; padding: 0.125rem; flex: 1 1 5rem; - background: rgba(195, 152, 22, 0.5); + background: rgba(195, 152, 22, 0.5) !important; } .blessures-list ul {