More option styles

This commit is contained in:
Jake Archibald
2020-12-05 15:36:03 +00:00
parent a88d562f36
commit 0797ce99c0
7 changed files with 29 additions and 16 deletions

View File

@@ -9,12 +9,12 @@
right: 0;
bottom: 0;
background: #000;
opacity: 0;
opacity: 0.8;
transition: opacity 500ms ease;
}
&.alt-background::before {
opacity: 0.6;
opacity: 0;
}
}