Achuan-2 / siyuan-themes-tsundoku

a simple and beautiful theme for siyuan-note
GNU General Public License v3.0
98 stars 5 forks source link

钉住页签添加图标 #49

Closed Achuan-2 closed 1 year ago

Achuan-2 commented 1 year ago
/* 钉住添加图标 */
.item.item--pin::before {
    content: "📌";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 13px;
    font-size: 0.7em;
    opacity: 0.7;
}