🔧 🚩 🚧 Finished the outline variable replace content.

This commit is contained in:
凡梦星尘
2022-05-21 20:34:09 +08:00
parent c27081fd26
commit 3165c7b566
12 changed files with 63 additions and 38 deletions

View File

@@ -3,11 +3,11 @@
max-width: $site-author-image-width;
padding: 2px;
@if hexo-config('avatar.rounded') {
@if $avatar_rounded {
border-radius: 50%;
}
@if hexo-config('avatar.rotated') {
@if $avatar_rotated {
transition: transform 1s ease-out;
&:hover {