diff --git a/public/popup.css b/public/popup.css index 983259a0..5389b183 100644 --- a/public/popup.css +++ b/public/popup.css @@ -1,40 +1,52 @@ :root { --sb-main-font-family: "Source Sans Pro", sans-serif; - --sb-main-bg-color: #222626; + --sb-main-bg-color: #222; --sb-main-fg-color: #fff; --sb-grey-bg-color: #333; + --sb-grey-fg-color: #999; --sb-red-bg-color: #cc1717; } /* - * Container when popup displayed in-page + * Generic utilities */ - -#sponsorBlockPopupContainer { +.grey-text { + color: var(--sb-grey-fg-color); +} +.white-text { + color: var(--sb-main-fg-color); +} +.sbHeader { + font-size: 20px; + font-weight: bold; + text-align: left; + margin: 0; +} +#sponsorBlockPopupBody .u-mZ { + margin: 0 !important; position: relative; - margin-bottom: 16px; +} + +#sponsorBlockPopupBody .hidden { + display: none !important; } /* - * Disable popup max height when displayed in-page + * +
- + +