@media (prefers-color-scheme: dark) { body { background: #282c37 !important; color: #9baec8 !important; } .mastodon-widget-title { color: #fff !important; } .mastodon-widget-input { background: #131419 !important; color: #fff !important; } } body { background: #d9e1e8; color: #282c37; } .mastodon-widget-container { font-family: "Roboto",Roboto,sans-serif; margin: 2px auto; padding: 20px; font-weight: 400; font-size: 13px; line-height: 18px; } .mastodon-widget-input { border: 0; border-radius: 4px; margin: 8px 0; padding: 10px; width: 100%; box-sizing: border-box; font-family: inherit; font-weight: 500; font-size: 18px; background: #f9fafb; color: #000; } .mastodon-widget-title { text-align: center; font-size: 18px; font-weight: 500; margin: 0; color: #282c37; } .mastodon-widget-button { display: block; width: 100%; border: 0; border-radius: 4px; margin: 8px 0; padding: 10px; background: #2b90d9; color: #fff; font-family: inherit; font-weight: 500; font-size: 18px; line-height: inherit; text-align: center; text-transform: uppercase; box-sizing: border-box; cursor: pointer; }