Skip to content

Commit 1a6c5e1

Browse files
committed
chore: avoid targeting elements directly use classnames instead
1 parent 87c0ddd commit 1a6c5e1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/plays/steps/styles.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
* {
2-
box-sizing: border-box;
3-
}
4-
51
.steps {
62
width: 600px;
73
background-color: #f7f7f7;
@@ -67,7 +63,7 @@
6763
line-height: 1;
6864
}
6965

70-
h3 {
66+
.steps_message h3 {
7167
margin: 0;
7268
text-transform: uppercase;
7369
}

0 commit comments

Comments
 (0)