diff --git a/style/shiny/nsfw-warning.css b/style/shiny/nsfw-warning.css index 5b3fe01..0a019b3 100644 --- a/style/shiny/nsfw-warning.css +++ b/style/shiny/nsfw-warning.css @@ -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%); }