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

@ -20,6 +20,11 @@ p {
margin-top: 0;
line-height: 1.5em; }
a {
color: #2da301; }
a:active, a:hover {
color: #1f7001; }
main div.container {
margin-top: 10px; }
@media (min-width: 992px) {

File diff suppressed because one or more lines are too long

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