Skip to content

Commit c9b7ff3

Browse files
author
reco_luan
committed
feat: adapt dark mode for SW-Update Popup
1 parent 321e8af commit c9b7ff3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

styles/theme.styl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,17 @@ th, td
212212
/************** 流程图的滚动条 **************/
213213
.vuepress-flowchart
214214
overflow: auto
215+
216+
/************** SW-Update Popup **************/
217+
218+
.sw-update-popup
219+
border: none;
220+
border-radius: $borderRadius;
221+
box-shadow: var(--box-shadow);
222+
color: var(--text-color);
223+
> button
224+
background: $accentColor;
225+
border-radius: $borderRadius;
226+
color: var(--text-color);
227+
-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
228+
border: none;

0 commit comments

Comments
 (0)