aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/tint/main.less
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/tint/main.less')
-rw-r--r--configs/conferences/tint/main.less17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/tint/main.less b/configs/conferences/tint/main.less
new file mode 100644
index 0000000..178d766
--- /dev/null
+++ b/configs/conferences/tint/main.less
@@ -0,0 +1,17 @@
+@import "../../../assets/css/_structure.less";
+
+@navbar-default-color: #6f6f6f;
+@navbar-default-bg: #000;
+
+body {
+ background-position: top right;
+ background-size: cover;
+ background-repeat: no-repeat;
+
+ color: #FFF;
+ min-height: 100%;
+}
+
+html {
+ min-height: 100%;
+}