mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Add cc icon in post-copyright
This commit is contained in:
parent
5165b3e8b6
commit
f9dd9869de
@ -21,8 +21,20 @@
|
|||||||
if (hexo-config('creative_commons.post')) {
|
if (hexo-config('creative_commons.post')) {
|
||||||
.post-copyright ul {
|
.post-copyright ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
overflow: hidden;
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
|
position: relative;
|
||||||
post-card();
|
post-card();
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '\f25e';
|
||||||
|
font-family: 'Font Awesome 6 Brands';
|
||||||
|
font-size: 200px;
|
||||||
|
opacity: .1;
|
||||||
|
position: absolute;
|
||||||
|
right: -50px;
|
||||||
|
top: -150px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -103,7 +103,7 @@ font-family-icons($icon = '') {
|
|||||||
if ($icon) {
|
if ($icon) {
|
||||||
content: $icon;
|
content: $icon;
|
||||||
}
|
}
|
||||||
font-family: 'Font Awesome 5 Free';
|
font-family: 'Font Awesome 6 Free';
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user