mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:19:52 +01:00
add entry-subtext styling
This commit is contained in:
parent
d3a7bca68f
commit
107bbb3aeb
1 changed files with 5 additions and 0 deletions
|
@ -367,6 +367,11 @@ body#version1 {
|
|||
border-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
// Entry subtext
|
||||
.entry-subtext {
|
||||
color: darken($primary_color, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
/* nprogress */
|
||||
|
|
Loading…
Reference in a new issue