mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
add background to share buttons and tags under single
This commit is contained in:
parent
9257321547
commit
91a9e1b9bb
@ -290,8 +290,9 @@
|
|||||||
|
|
||||||
.post-tags a,
|
.post-tags a,
|
||||||
.share-buttons {
|
.share-buttons {
|
||||||
border: 1px solid var(--tertiary);
|
border-radius: var(--radius);
|
||||||
border-radius: var(--radius)
|
background: var(--code-bg);
|
||||||
|
border: 1px solid var(--border)
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-tags a {
|
.post-tags a {
|
||||||
|
Loading…
Reference in New Issue
Block a user