mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
23 lines
374 B
Stylus
23 lines
374 B
Stylus
.book-mark-link {
|
|
border-bottom: none;
|
|
position: fixed;
|
|
top: -10px;
|
|
transition: top .3s;
|
|
sidebar-toggle(true);
|
|
|
|
+tablet-mobile() {
|
|
display: none;
|
|
}
|
|
|
|
&::before {
|
|
color: unquote(hexo-config('bookmark.color'));
|
|
font-size: 32px;
|
|
line-height: 1;
|
|
font-family-icons('\f02e');
|
|
}
|
|
}
|
|
|
|
.book-mark-link:hover, .book-mark-link-fixed {
|
|
top: -2px;
|
|
}
|