about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/monsterfork
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours/glitch/styles/monsterfork')
-rw-r--r--app/javascript/flavours/glitch/styles/monsterfork/about.scss9
-rw-r--r--app/javascript/flavours/glitch/styles/monsterfork/index.scss1
2 files changed, 10 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/about.scss b/app/javascript/flavours/glitch/styles/monsterfork/about.scss
new file mode 100644
index 000000000..4ab9cfa7c
--- /dev/null
+++ b/app/javascript/flavours/glitch/styles/monsterfork/about.scss
@@ -0,0 +1,9 @@
+.box-widget {
+  .simple_form p.lead {
+    color: $darker-text-color;
+    font-size: 15px;
+    line-height: 20px;
+    font-weight: bold;
+    margin-bottom: 25px;
+  }
+}
\ No newline at end of file
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/index.scss b/app/javascript/flavours/glitch/styles/monsterfork/index.scss
index 841415620..9888adfe4 100644
--- a/app/javascript/flavours/glitch/styles/monsterfork/index.scss
+++ b/app/javascript/flavours/glitch/styles/monsterfork/index.scss
@@ -1 +1,2 @@
 @import 'components/index';
+@import 'about';
\ No newline at end of file