now with improve content include
This commit is contained in:
parent
e40c641a14
commit
d86e9480e1
6 changed files with 42 additions and 8 deletions
|
@ -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% );
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue