mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-05-07 17:28:39 +00:00
feat: add edit this post link (#2517)
This commit is contained in:
@@ -148,6 +148,16 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
.post-edit {
|
||||
line-height: 1.2rem;
|
||||
|
||||
> a {
|
||||
&:hover {
|
||||
@extend %link-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-navigation {
|
||||
@include bp.lt(bp.get(lg)) {
|
||||
@include mx.pl-pr(0);
|
||||
|
||||
Reference in New Issue
Block a user