diff options
| author | Henry Jameson <me@hjkos.com> | 2019-12-28 18:49:35 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-12-28 18:49:35 +0200 |
| commit | 6e11924c27288e590de8f5b675fb53704581bcc8 (patch) | |
| tree | 32cffd3aa2864924146093d9f20a658b1b147bed /src/App.scss | |
| parent | 1a78461443e4f85461283c1921694a5fb28ea39f (diff) | |
underlay customization, updated contrast calculations to account for alpha blending
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 3b03a761..b6d4943a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -32,6 +32,7 @@ h4 { min-height: 100vh; max-width: 980px; background-color: rgba(0,0,0,0.15); + background-color: var(--underlay, rgba(0,0,0,0.15)); align-content: flex-start; } |
