Revision 0ac1d89a
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/variables.less | ||
---|---|---|
// LINKS
|
||
// --------------------------------------
|
||
@link-color: @base-link-color;
|
||
@link-hover-color: darken(@link-color, 15%);
|
||
@link-decoration: none;
|
||
@link-hover-color: lighten(@base-link-color, 10%);
|
||
@link-decoration: underline;
|
||
@link-hover-decoration: underline;
|
||
@link-weight: bold;
|
||
|
||
|
||
|
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