[SITE CSS] set colors as variables + base on 2 colors
This commit is contained in:
parent
a05b824cd0
commit
2a2cf3bb89
9 changed files with 46 additions and 24 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue