diff --git a/app/main.css b/app/main.css index f7326f11..773ddd68 100644 --- a/app/main.css +++ b/app/main.css @@ -59,14 +59,6 @@ progress::-webkit-progress-value { white-space: nowrap; } -.bg-shades { - background-color: rgba(255, 255, 255, 0.8); -} - -.border-modal { - box-shadow: 0 0 5rem 5rem white; -} - .checkbox { @apply leading-normal; @apply select-none; diff --git a/app/ui/modal.js b/app/ui/modal.js index 10d0ff48..56200785 100644 --- a/app/ui/modal.js +++ b/app/ui/modal.js @@ -2,8 +2,8 @@ const html = require('choo/html'); module.exports = function(state, emit) { return html` -