2014-09-13 02:49:46 +00:00
|
|
|
|
2014-03-13 08:17:54 +00:00
|
|
|
/*
|
2014-01-18 08:26:39 +00:00
|
|
|
|
2014-03-13 08:17:54 +00:00
|
|
|
LINKS
|
2014-01-18 08:26:39 +00:00
|
|
|
|
2014-03-13 08:17:54 +00:00
|
|
|
*/
|
2014-01-18 08:26:39 +00:00
|
|
|
|
2014-03-13 08:17:54 +00:00
|
|
|
.link {
|
|
|
|
text-decoration: none;
|
2014-06-11 22:11:26 +00:00
|
|
|
transition: all .4s;
|
2014-01-18 08:26:39 +00:00
|
|
|
}
|
|
|
|
|
2014-04-15 10:37:52 +00:00
|
|
|
.link:link { color: #30BBDB; }
|
|
|
|
.link:visited { color: #2D243B; }
|
|
|
|
.link:hover { color: #004EAB; }
|
|
|
|
.link:active { color: #C4E3E0; }
|