diff options
| author | Pitu <[email protected]> | 2018-09-18 03:34:29 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2018-09-18 03:34:29 -0300 |
| commit | b75023114a22cac1a918198a64b7e6d4b238d2bc (patch) | |
| tree | 6bb965d43da8004243bebe4687e298eb1a9ee552 /src/site/styles | |
| parent | We can now download albums yayyyy (diff) | |
| download | host.fuwn.me-b75023114a22cac1a918198a64b7e6d4b238d2bc.tar.xz host.fuwn.me-b75023114a22cac1a918198a64b7e6d4b238d2bc.zip | |
Enable changing album options
Diffstat (limited to 'src/site/styles')
| -rw-r--r-- | src/site/styles/style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/site/styles/style.scss b/src/site/styles/style.scss index 4b8ebb6..8394ec6 100644 --- a/src/site/styles/style.scss +++ b/src/site/styles/style.scss @@ -175,3 +175,7 @@ section#register a.is-text { font-size: 1.25em; line-height: 2.5em; } + +.modal-card-head, .modal-card-foot { + background: $backgroundLight1; +} |