We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51efb6 commit 977bc91Copy full SHA for 977bc91
src/Components/Home/Sections/Coc.css
@@ -30,7 +30,11 @@
30
}
31
32
ul {
33
- list-style-type: "\2705 ";
+ list-style-type: "\2705 ";
34
padding-left: 2rem;
35
36
+
37
+ ul.unacceptable {
38
+ list-style-type: "\274c ";
39
+ }
40
src/Components/Home/Sections/Coc.tsx
@@ -61,7 +61,7 @@ export default () => (
61
</ul>
62
<h2>Unacceptable Behavior</h2>
63
<p>Unacceptable behaviors include, but is not limited to:</p>
64
- <ul>
+ <ul className="unacceptable">
65
<li>
66
Abusive, discriminatory, derogatory or demeaning speech or actions
67
</li>
0 commit comments