mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +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')) {
|
||||
.post-copyright ul {
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
padding: .5em 1em;
|
||||
position: relative;
|
||||
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) {
|
||||
content: $icon;
|
||||
}
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-family: 'Font Awesome 6 Free';
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user