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 321e8af commit c9b7ff3Copy full SHA for c9b7ff3
styles/theme.styl
@@ -212,3 +212,17 @@ th, td
212
/************** 流程图的滚动条 **************/
213
.vuepress-flowchart
214
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
226
227
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0)
228
0 commit comments