mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-31 14:51:13 +03:00
Popup's background fixed
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sponsorblockPopup {
|
#sponsorblockPopup {
|
||||||
background-color: var(--sb-main-bg-color);
|
|
||||||
color: var(--sb-main-fg-color);
|
color: var(--sb-main-fg-color);
|
||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<link id="sponsorBlockStyleSheet" rel="stylesheet" type="text/css" href="popup.css">
|
<link id="sponsorBlockStyleSheet" rel="stylesheet" type="text/css" href="popup.css">
|
||||||
</head>
|
</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 id="sponsorblockPopup" class="sponsorBlockPageBody">
|
||||||
<div class="logoText bottomSpace">
|
<div class="logoText bottomSpace">
|
||||||
<img src="icons/IconSponsorBlocker256px.png" height="40px" id="sponsorBlockPopupLogo">
|
<img src="icons/IconSponsorBlocker256px.png" height="40px" id="sponsorBlockPopupLogo">
|
||||||
|
|||||||
Reference in New Issue
Block a user