From b697d5ed8e0277da4897a55f5cdf04bb61e50f90 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 28 Apr 2022 00:34:25 +0200 Subject: [PATCH] Improve colors --- assets/themes/climbing/climbing.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/assets/themes/climbing/climbing.css b/assets/themes/climbing/climbing.css index b27086c6f..3acbe9041 100644 --- a/assets/themes/climbing/climbing.css +++ b/assets/themes/climbing/climbing.css @@ -4,6 +4,9 @@ /*Fallback in case of unrecognized difficulty*/ background: white; border: 1px solid black; + + background: repeating-linear-gradient( -45deg, #a7b9ae, #a7b9ae 10px, #f7f7f7 10px, #f7f7f7 20px ); + } .climbing-2 { @@ -11,11 +14,11 @@ } .climbing-3 { - background: #a2ff00; + background: yellow; } .climbing-4 { - background: yellow; + background: orange; } .climbing-5 { @@ -29,7 +32,7 @@ } .climbing-7 { - background: fuchsia; + background: #ef47ec; } .climbing-8 { @@ -38,7 +41,8 @@ } .climbing-9 { - background: black; - color: white; + background: white; + color: black; + border: 1px solid black; }