Skip to content

Commit 176f4e6

Browse files
add debug styles to hide areas no currently being worked on in markup
1 parent b34ff49 commit 176f4e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ ol li:has(.disable) {
9999
height: 1.9em;
100100
margin-right: .3em;
101101
}
102+
103+
104+
/* debug styles */
105+
#mark-your-work, .help {
106+
display: none;
107+
}

0 commit comments

Comments
 (0)