summaryrefslogtreecommitdiff
path: root/static/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.scss')
-rw-r--r--static/main.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/static/main.scss b/static/main.scss
new file mode 100644
index 0000000..93c71e3
--- /dev/null
+++ b/static/main.scss
@@ -0,0 +1,29 @@
+@import ".spoiler";
+@import ".reset";
+@import ".gallery";
+
+* {
+ font-family: 'Montserrat', sans-serif !important;
+}
+
+.content {
+ padding: 30px;
+ text-align: center;
+ margin: 0 auto;
+ width: 50%;
+ min-width: 600px;
+}
+
+h1 {
+ font-size: 2em;
+ margin: 5px;
+}
+
+.spacer {
+ height: 50px;
+}
+
+a {
+ color: inherit;
+ text-decoration: inherit;
+} \ No newline at end of file