mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Feature: Added post sharing options.
Also added a license statement at the bottom of the posts.
This commit is contained in:
@@ -720,6 +720,7 @@ p>a, span>a,
|
||||
.post a:hover code,
|
||||
footer a:hover,
|
||||
#post-wrapper .post-content a:hover,
|
||||
.license-wrapper .license-text a:hover,
|
||||
#page .post-content a:hover,
|
||||
#access-lastmod a:hover {
|
||||
color: #d2603a;
|
||||
@@ -798,11 +799,14 @@ table tbody td {
|
||||
background: var(--tag-bg, rgba(0, 0, 0, 0.075));
|
||||
border-radius: .34rem;
|
||||
padding: 0 .4rem;
|
||||
margin: 0 .1rem;
|
||||
color: #818182;
|
||||
line-height: 1.6rem;
|
||||
}
|
||||
|
||||
.post-tag:not(:first-child) {
|
||||
margin-left: .2rem;
|
||||
}
|
||||
|
||||
.tag:hover,
|
||||
.post-tag:hover {
|
||||
background: var(--tag-hover, rgb(222, 226, 230));
|
||||
|
||||
Reference in New Issue
Block a user