From 7f52f508160168c653cbb20b5370b96f75f72e71 Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Thu, 15 Jun 2017 10:59:46 -0600 Subject: [PATCH] adjusted the adult warning tag" --- questions.html | 4 ++-- resources/questions/scenarios.json | 0 resources/questions/style.css | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 resources/questions/scenarios.json diff --git a/questions.html b/questions.html index 2f2c307..c01daea 100644 --- a/questions.html +++ b/questions.html @@ -111,8 +111,8 @@
  • -

    - (questions for those over the age of 18... or those mature enough) +

    + (question for those over the age of 18... or those mature enough)

    One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging diff --git a/resources/questions/scenarios.json b/resources/questions/scenarios.json new file mode 100644 index 0000000..e69de29 diff --git a/resources/questions/style.css b/resources/questions/style.css index f7970a2..faca1a8 100644 --- a/resources/questions/style.css +++ b/resources/questions/style.css @@ -1,7 +1,8 @@ #scenarios li{ font-family: "Times New Roman"; + } -#redlike{ - font-family: sans-serif; +.adult{ + font-family: monospace; color: rgb(240, 0, 100); }