diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less new file mode 100644 index 000000000..871d585e6 --- /dev/null +++ b/public/css/icinga/main.less @@ -0,0 +1,16 @@ +// Make padding not affect the final computed width of an element +html { + box-sizing: border-box; +} +*, +*:before, +*:after { + .box-sizing(inherit); +} + +body { + background-color: @body-bg-color; + color: @text-color; + font-family: @font-family; + font-size: @font-size; +}