1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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%; }