Revision 6cb1c463
Von Cem Aydin vor fast 4 Jahren hinzugefügt
css/less/variables.less | ||
---|---|---|
185 | 185 |
// LINKS |
186 | 186 |
// -------------------------------------- |
187 | 187 |
@link-color: @base-link-color; |
188 |
@link-hover-color: darken(@link-color, 15%);
|
|
189 |
@link-decoration: none;
|
|
188 |
@link-hover-color: lighten(@base-link-color, 10%);
|
|
189 |
@link-decoration: underline;
|
|
190 | 190 |
@link-hover-decoration: underline; |
191 |
@link-weight: bold; |
|
191 | 192 |
|
192 | 193 |
|
193 | 194 |
|
Auch abrufbar als: Unified diff
Neues Design Anpassung: #388 Sichtbarkeit der Links verbessert
- Farbspezifikation für Links hinzugefügt
- Links entsprechend angepasst, Schrift fett und unterstrichen
- CSS für Menüs entsprechend angepasst
- less/css neu kompiliert