diff options
Diffstat (limited to 'configs/conferences/tint/main.less')
-rw-r--r-- | configs/conferences/tint/main.less | 17 |
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..0f0a277 --- /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: #000; + min-height: 100%; +} + +html { + min-height: 100%; +} |