From d1cc8df637c04548568046ab322caee5342e6df2 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 3 Nov 2019 14:04:42 +0100 Subject: [PATCH] Update README.md --- CSS/addons/organizr/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CSS/addons/organizr/README.md b/CSS/addons/organizr/README.md index 01bca725..b78fcec0 100644 --- a/CSS/addons/organizr/README.md +++ b/CSS/addons/organizr/README.md @@ -24,8 +24,9 @@ Set the Organizr theme to either Aquamarine or Hotline. ``` -Replace the variables if you have a dark background. - Light colors for dark backgrounds. +### Replace the variables if you have a dark background. + +* Light blur colors for dark backgrounds. ```css --div-background-color-10: rgba(255, 255, 255, 0.1); @@ -34,7 +35,7 @@ Replace the variables if you have a dark background. --div-background-color-35: rgba(255, 255, 255, 0.35); ``` -Dark blur colors for bright backgrounds +* Dark blur colors for bright backgrounds ```css --div-background-color-10: rgba(0, 0, 0, 0.15); --div-background-color-15: rgba(0, 0, 0, 0.25);