Added some more colors for the cards.
This commit is contained in:
@@ -5,6 +5,11 @@ $media: #4DD0E1;
|
||||
$work: #F06292;
|
||||
$social: #FFF176;
|
||||
$others: #81C784;
|
||||
$funky: #4DB6AC;
|
||||
$purple: #9575CD;
|
||||
$upvoty: #FF8A65;
|
||||
$indigo: #7986CB;
|
||||
$foxxy: #A1887F;
|
||||
|
||||
.roboto {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
@@ -136,5 +141,35 @@ body {
|
||||
color: $others;
|
||||
}
|
||||
}
|
||||
|
||||
.funky {
|
||||
h4, a:hover {
|
||||
color: $funky;
|
||||
}
|
||||
}
|
||||
|
||||
.purple {
|
||||
h4, a:hover {
|
||||
color: $purple;
|
||||
}
|
||||
}
|
||||
|
||||
.upvoty {
|
||||
h4, a:hover {
|
||||
color: $upvoty;
|
||||
}
|
||||
}
|
||||
|
||||
.indigo {
|
||||
h4, a:hover {
|
||||
color: $indigo;
|
||||
}
|
||||
}
|
||||
|
||||
.foxxy {
|
||||
h4, a:hover {
|
||||
color: $foxxy;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user