diff --git a/questions.html b/questions.html index b7e949c..27f2b9c 100644 --- a/questions.html +++ b/questions.html @@ -42,16 +42,22 @@
  • Gender
  • + + + + diff --git a/resources/questions/scenarios.json b/resources/questions/scenarios.json index 12d021d..42934d0 100644 --- a/resources/questions/scenarios.json +++ b/resources/questions/scenarios.json @@ -30,7 +30,7 @@ "other": true }, { - "name": "harrassment", + "name": "gio", "description": "One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging them without their consent.
    Your friend is visibly uncomfortable, what would be your first action?", "options":[ diff --git a/resources/questions/style.css b/resources/questions/style.css index 85ff7b6..32d1d68 100644 --- a/resources/questions/style.css +++ b/resources/questions/style.css @@ -3,10 +3,7 @@ html{ width: 600px; background-color: lightgray; } -li, li p{ - font-family: "Times New Roman"; -} h2 { font-family: "Lucida Sans Unicode"; font-weight: lighter; @@ -22,6 +19,12 @@ p { font-family: Georgia; font-size: 17px; } +li{ + list-style-type: none; +} +li, li p{ + font-family: "Times New Roman"; +} .aside{ color: rgb(250, 250, 250);