Revision 432d9f7c
Von Cem Aydin vor fast 4 Jahren hinzugefügt
css/less/scaffolding.less | ||
---|---|---|
35 | 35 |
|
36 | 36 |
body { |
37 | 37 |
margin: 0 ; |
38 |
color: @brand-primary ;
|
|
38 |
color: @base-primary ;
|
|
39 | 39 |
font-family: @font-family-sans-serif; |
40 | 40 |
font-size: @font-size-smaller ; |
41 | 41 |
|
Auch abrufbar als: Unified diff
Neues Design Anpassung: #386 Farben Überschriften und Buttons angepasst
Da bei einer Änderung der Brand Farbe oftmals ein unbrauchbarer
Hintergrund-Ton entstand, habe ich diese nun entkoppelt. Dazu:
- brand durchgehend in base umbenannt
- neuen Abschnitt brand eingefügt (css/less/variables_color_style.less)
- diesen für H1 Header und Buttons verwendet
- less/css neu kompiliert