Improve hyperlinks
parent
2732deaa79
commit
552c4e0bd5
|
@ -162,6 +162,7 @@ nav ul li a {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Language selector */
|
/* Language selector */
|
||||||
|
|
||||||
.language-selector {
|
.language-selector {
|
||||||
|
@ -254,6 +255,17 @@ nav ul li a {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content a:link,
|
||||||
|
#content a:active,
|
||||||
|
#content a:visited {
|
||||||
|
color: #208DCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content a:hover,
|
||||||
|
#content a.selected {
|
||||||
|
color: #CCCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Paginator page: entries */
|
/* Paginator page: entries */
|
||||||
|
|
||||||
|
@ -285,7 +297,9 @@ nav ul li a {
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#paginator-page-button a {
|
#paginator-page-button a:link,
|
||||||
|
#paginator-page-button a:active,
|
||||||
|
#paginator-page-button a:visited {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -321,6 +335,17 @@ nav ul li a {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#recent-updates a:link,
|
||||||
|
#recent-updates a:active,
|
||||||
|
#recent-updates a:visited {
|
||||||
|
color: #208DCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
#recent-updates a:hover,
|
||||||
|
#recent-updates a.selected {
|
||||||
|
color: #CCCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 780px) {
|
@media (min-width: 780px) {
|
||||||
|
|
Loading…
Reference in New Issue