Skip to content

Commit 02d932c

Browse files
committed
Fix app colors
1 parent 03a5c09 commit 02d932c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/welcome/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</head>
2121
<body>
2222
<style id="app-colors">
23-
.section.colored, a.download-src-link {
23+
.section.colored, a.download-src-link, .button {
2424
background: #29d;
2525
}
2626

@@ -348,8 +348,6 @@
348348
}
349349

350350
.button {
351-
padding: 0.5rem 1rem;
352-
background: #29d;
353351
padding: 0.5rem 1rem;
354352
color: #fff;
355353
cursor: pointer;

0 commit comments

Comments
 (0)