1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 12:42:40 +01:00

Update README.md

This commit is contained in:
GilbN 2019-11-03 14:04:42 +01:00 committed by GitHub
parent 3a0f755da5
commit d1cc8df637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);