[SITE CSS] add style for visited links
This commit is contained in:
parent
e6b11f4585
commit
d22adf0f81
7 changed files with 26 additions and 2 deletions
|
@ -26,6 +26,12 @@ a {
|
|||
a:active, a:hover, a:focus {
|
||||
color: #1f7001; }
|
||||
|
||||
main p a {
|
||||
text-decoration: underline; }
|
||||
|
||||
main p a:visited {
|
||||
color: #999999; }
|
||||
|
||||
blockquote {
|
||||
font-size: 1.4em;
|
||||
border-left: 4px solid #dddddd;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,6 +10,9 @@ a {
|
|||
a:active, a:hover {
|
||||
color: #42ef01; }
|
||||
|
||||
main p a:visited {
|
||||
color: #cccccc; }
|
||||
|
||||
@media (min-width: 544px) {
|
||||
nav ul.nav.main {
|
||||
color: #fff; } }
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue