From ef0480cbad8aa6332efcd989e406d775ecb2c3c7 Mon Sep 17 00:00:00 2001 From: chr Date: Mon, 2 Apr 2018 19:30:05 -0700 Subject: [PATCH] add attribution info to scss --- app/javascript/styles/witches-town.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/javascript/styles/witches-town.scss b/app/javascript/styles/witches-town.scss index 2965095ad..37d9eec7d 100644 --- a/app/javascript/styles/witches-town.scss +++ b/app/javascript/styles/witches-town.scss @@ -1,3 +1,9 @@ +//////////////////////////////////////////////////// +// Witches.Town theme +// Originally by Alda and Sylvhem of witches.town +// provided under the AGPL license +//////////////////////////////////////////////////// + // Colors $ui-base-color: #383144; $ui-base-lighter-color: #D5BDD6;