xref: /template/sprintdoc/css/base_design.less (revision da7e18f85225d1e61d7b08348ad958fde47c2bc7)
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