tweak blurry bg for legibility & remove from modals (#1436)

This commit is contained in:
David Luzar 2020-04-15 21:20:35 +02:00 committed by GitHub
parent 3b357d8332
commit 75e0163dd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@
--text-color-primary: #343a40;
--bg-color-main: #fff;
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
--bg-color-island: rgba(255, 255, 255, 0.7);
--bg-color-island: rgba(255, 255, 255, 0.9);
--border-radius-m: 4px;
--space-factor: 0.25rem;
}