Improve colors

This commit is contained in:
pietervdvn 2022-04-28 00:34:25 +02:00
parent bfa59bc931
commit b697d5ed8e

View file

@ -4,6 +4,9 @@
/*Fallback in case of unrecognized difficulty*/ /*Fallback in case of unrecognized difficulty*/
background: white; background: white;
border: 1px solid black; border: 1px solid black;
background: repeating-linear-gradient( -45deg, #a7b9ae, #a7b9ae 10px, #f7f7f7 10px, #f7f7f7 20px );
} }
.climbing-2 { .climbing-2 {
@ -11,11 +14,11 @@
} }
.climbing-3 { .climbing-3 {
background: #a2ff00; background: yellow;
} }
.climbing-4 { .climbing-4 {
background: yellow; background: orange;
} }
.climbing-5 { .climbing-5 {
@ -29,7 +32,7 @@
} }
.climbing-7 { .climbing-7 {
background: fuchsia; background: #ef47ec;
} }
.climbing-8 { .climbing-8 {
@ -38,7 +41,8 @@
} }
.climbing-9 { .climbing-9 {
background: black; background: white;
color: white; color: black;
border: 1px solid black;
} }