adjust nsfw dialog spacing

This commit is contained in:
Rhiannon Morris 2021-04-16 18:02:42 +02:00
parent 42c513914b
commit 31acd4189b
1 changed files with 4 additions and 2 deletions

View File

@ -56,6 +56,8 @@
display: flex;
justify-content: center;
margin-top: 1em;
}
.dialog button + button {
@ -72,11 +74,11 @@
color: black;
}
button.yes {
.dialog .yes {
background: hsl(100deg, 70%, 80%);
}
button.no {
.dialog .no {
background: hsl(5deg, 70%, 80%);
}