1
0
Fork 0

[SITE CSS] set colors as variables + base on 2 colors

This commit is contained in:
Jannik Beyerstedt 2016-04-10 22:42:23 +02:00
parent a05b824cd0
commit 2a2cf3bb89
9 changed files with 46 additions and 24 deletions

View file

@ -6,9 +6,9 @@ body {
color: #fff; }
a {
color: #108ffd; }
color: #34bc01; }
a:active, a:hover {
color: #75bffe; }
color: #42ef01; }
@media (min-width: 544px) {
nav ul.nav.main {

File diff suppressed because one or more lines are too long