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