diff --git a/styles/theme.styl b/styles/theme.styl index 1958ab0..c49aa8b 100644 --- a/styles/theme.styl +++ b/styles/theme.styl @@ -216,13 +216,13 @@ th, td /************** SW-Update Popup **************/ .sw-update-popup - border: none; border-radius: $borderRadius; box-shadow: var(--box-shadow); color: var(--text-color); + background: var(--background-color); > button background: $accentColor; border-radius: $borderRadius; - color: var(--text-color); + color: #fff; -webkit-tap-highlight-color:rgba(0, 0, 0, 0) border: none;