xref: /template/sprintdoc/css/base_design.less (revision ca90ebc1c0558ca85441f4a87808dc0dd471f02f)
1/**
2 * This file provides the main design styles
3 * across all template elements (typo, colors etc.)
4 *
5 * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
6 */
7
8
9html, body{
10    background-color: @ini_background;
11}
12
13a{
14    color: @ini_existing;
15}
16