From 850114af2db6408d6c4ea492c4463e44ddb1caf0 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 28 Oct 2018 14:21:04 +0100 Subject: [PATCH] global: Made dark overlay darker. --- marko/global/colors.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/marko/global/colors.less b/marko/global/colors.less index 893f91c..050d1f4 100644 --- a/marko/global/colors.less +++ b/marko/global/colors.less @@ -19,7 +19,7 @@ body.theme-story { color: #4BF; } .color-highlight-dark { - background-color: rgba(0, 9, 18, 0.50); + background-color: rgba(0, 4, 9, 0.75); } } @@ -40,7 +40,7 @@ body.theme-logs { color: #BBB; } .color-highlight-dark { - background-color: rgba(18, 9, 0, 0.50); + background-color: rgba(9, 4, 0, 0.75); } .color-highlight-primary { background-color: rgba(255, 187, 17, 0.25); @@ -83,7 +83,7 @@ body.theme-data { color: #BBB; } .color-highlight-dark { - background-color: rgba(18, 8, 0, 0.50); + background-color: rgba(8, 4, 0, 0.75); } .color-highlight-primary { background-color: rgba(204, 204, 34, 0.25);