mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Popup's background fixed
This commit is contained in:
parent
8cd3d92639
commit
718666cdf0
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
}
|
||||
|
||||
#sponsorblockPopup {
|
||||
background-color: var(--sb-main-bg-color);
|
||||
color: var(--sb-main-fg-color);
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<link id="sponsorBlockStyleSheet" rel="stylesheet" type="text/css" href="popup.css">
|
||||
</head>
|
||||
|
||||
<body style="margin: 0; min-width: 320px;">
|
||||
<body style="margin: 0; min-width: 320px; background: var(--sb-main-bg-color);">
|
||||
<div id="sponsorblockPopup" class="sponsorBlockPageBody">
|
||||
<div class="logoText bottomSpace">
|
||||
<img src="icons/IconSponsorBlocker256px.png" height="40px" id="sponsorBlockPopupLogo">
|
||||
|
|
Loading…
Reference in a new issue