added google analytics and next previous in category include
This commit is contained in:
parent
6636839e37
commit
3efde330dc
22 changed files with 151 additions and 63 deletions
|
@ -18,7 +18,6 @@ a:visited {
|
|||
|
||||
a:hover {
|
||||
color: darken( $ci-1, 10% ) ;
|
||||
// border-bottom: 3px solid $ci-1;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
|
@ -49,7 +48,8 @@ p a:hover,
|
|||
article a:hover {
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
p a.button {
|
||||
p a.button,
|
||||
.button:hover {
|
||||
border: 0;
|
||||
}
|
||||
p.button a {
|
||||
|
|
Reference in a new issue