We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8496eb5 commit 40985c0Copy full SHA for 40985c0
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
@@ -60,7 +60,7 @@ export default () => (
60
</ul>
61
<h2>Unacceptable Behavior</h2>
62
<p>Unacceptable behaviors include, but is not limited to:</p>
63
- <ul>
+ <ul className="unacceptable">
64
<li>
65
Abusive, discriminatory, derogatory or demeaning speech or actions
66
</li>
0 commit comments