We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edc421 commit 2e0b901Copy full SHA for 2e0b901
styles/theme.styl
@@ -216,10 +216,11 @@ th, td
216
/************** SW-Update Popup **************/
217
218
.sw-update-popup
219
- border-radius: $borderRadius;
220
- box-shadow: var(--box-shadow);
221
- color: var(--text-color);
222
- background: var(--background-color);
+ border-radius: $borderRadius!important;
+ box-shadow: var(--box-shadow)!important;
+ color: var(--text-color)!important;
+ background: var(--background-color)!important;
223
+ border: none!important;
224
> button
225
background: $accentColor;
226
border-radius: $borderRadius;
0 commit comments