1
0
Fork 0

now with improve content include

This commit is contained in:
Moritz »mo.« Sauer 2015-02-25 23:39:50 +01:00
parent e40c641a14
commit d86e9480e1
6 changed files with 42 additions and 8 deletions

View file

@ -8,24 +8,22 @@
------------------------------------------------------------------- */
a,
a:link {
color: $ci-1;
}
a:link {}
a:visited {
border-bottom: $grey-2;
}
a:hover {
color: darken( $ci-1, 10% ) ;
color: darken( $ci-1, 10% );
}
a:focus {
color: lighten( $ci-1, 20% ) ;
color: lighten( $ci-1, 20% );
}
a:active {
color: darken( $ci-1, 20% ) ;
color: darken( $ci-1, 20% );
}