feat: adapt dark mode for SW-Update Popup
This commit is contained in:
parent
321e8af17e
commit
c9b7ff37f0
@ -212,3 +212,17 @@ th, td
|
|||||||
/************** 流程图的滚动条 **************/
|
/************** 流程图的滚动条 **************/
|
||||||
.vuepress-flowchart
|
.vuepress-flowchart
|
||||||
overflow: auto
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user