changes highlighted color on dark heading
This commit is contained in:
@@ -1024,7 +1024,7 @@
|
||||
color: white;
|
||||
|
||||
.title {
|
||||
color: #FFD200;
|
||||
color: #92BA48;
|
||||
}
|
||||
|
||||
.info {
|
||||
@@ -1032,7 +1032,7 @@
|
||||
padding: $line-height;
|
||||
|
||||
@include breakpoint(medium) {
|
||||
border-top: rem-calc(6) solid #FFD200;
|
||||
border-top: rem-calc(6) solid #92BA48;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user