Skip to content

Commit bb626df

Browse files
committed
style: gray buttons for JS/bad examples
1 parent 08a36fa commit bb626df

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.parcel-cache/data.mdb

16 KB
Binary file not shown.

.parcel-cache/lock.mdb

0 Bytes
Binary file not shown.

src/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ body {
116116
color: var(--color-primary);
117117
}
118118

119+
.bad button {
120+
background: var(--color-text-muted);
121+
}
122+
123+
.bad button:hover {
124+
background: #6c757d;
125+
}
126+
119127
.accessibility-note {
120128
background: var(--color-warning-bg);
121129
border: 1px solid #ffc107;

0 commit comments

Comments
 (0)