1
0
Fork 0

[SITE CSS] add style for visited links

This commit is contained in:
Jannik Beyerstedt 2016-04-27 21:52:55 +02:00
parent e6b11f4585
commit d22adf0f81
7 changed files with 26 additions and 2 deletions

View file

@ -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

View file

@ -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