feat: adapt dark mode for SW-Update Popup

This commit is contained in:
reco_luan 2019-12-30 19:58:40 +08:00
parent 321e8af17e
commit c9b7ff37f0

View File

@ -212,3 +212,17 @@ th, td
/************** **************/
.vuepress-flowchart
overflow: auto
/************** SW-Update Popup **************/
.sw-update-popup
border: none;
border-radius: $borderRadius;
box-shadow: var(--box-shadow);
color: var(--text-color);
> button
background: $accentColor;
border-radius: $borderRadius;
color: var(--text-color);
-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
border: none;