2012-05-25 18:25:13 +02:00
|
|
|
/**
|
|
|
|
|
* Here you write your customizations
|
2012-05-30 15:25:22 +02:00
|
|
|
*/
|
2012-05-25 20:31:12 +02:00
|
|
|
body, html {
|
|
|
|
|
background-color:#CEC7CB;
|
2012-05-30 15:25:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1,h2,h3,h4,h5,h6, a, a:hover, a:visited{
|
|
|
|
|
color:#404040;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero-unit{
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2012-05-30 18:43:21 +02:00
|
|
|
|
|
|
|
|
.admonition.note .first.admonition-title {
|
|
|
|
|
background-color:#B17F4A;
|
|
|
|
|
}
|