blog-source/themes/next/source/css/_common/outline/header/bookmark.styl
2022-03-15 20:46:31 +08:00

25 lines
416 B
Stylus

.book-mark-link {
border-bottom: none;
display: inline-block;
position: fixed;
right: $b2t-position-right;
top: -10px;
transition: .3s;
+tablet-mobile() {
display: none;
}
&::before {
color: unquote(hexo-config('bookmark.color'));
content: '\f02e';
font-size: 32px;
line-height: 1;
font-family-icons();
}
}
.book-mark-link:hover, .book-mark-link-fixed {
top: -2px;
}