15 lines
256 B
Text
Executable file
15 lines
256 B
Text
Executable file
/**
|
|
* This file provides the main design styles
|
|
* across all template elements (typo, colors etc.)
|
|
*
|
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
|
*/
|
|
|
|
|
|
html, body{
|
|
background-color: @ini_background;
|
|
}
|
|
|
|
a{
|
|
color: @ini_existing;
|
|
}
|