/* This is injected after a web page loads */ .get-prompt { background: black; margin-top: 8px; padding-left: 16px; padding-right: 16px; padding-bottom: 12px; padding-top: 12px; font-size: 14px; font-weight: 600; border-radius: 8px; color: white; border: none; /* padding: 0; */ /* font: inherit; */ cursor: pointer; outline: inherit; } .desc { margin-top: 8px; }