add entry-subtext styling
This commit is contained in:
parent
d3a7bca68f
commit
107bbb3aeb
|
@ -367,6 +367,11 @@ body#version1 {
|
||||||
border-color: inherit;
|
border-color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Entry subtext
|
||||||
|
.entry-subtext {
|
||||||
|
color: darken($primary_color, 10%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* nprogress */
|
/* nprogress */
|
||||||
|
|
Loading…
Reference in New Issue