Memos 的 CSS美化代码[更新] 2024年8月20日 浪子 14 2024.8.20更新{alert type="success"}适用于memos v0.20.0以上版本{/alert}/******字体***********/ @import '//cdn.imsun.org/lxgw-wenkai-… 阅读全文 6 条评论
memos自定义CSS:标签样式、字体大小、选项卡隐藏 2024年3月15日 浪子 10 实测在0.20.1版本有效/* 修改特殊字体颜色 */ .text-blue-600 { --tw-text-opacity: 1; color: rgb(11 96 176 / var(--tw-text-opacity)); } /* … 阅读全文 3 条评论
实现Typecho全站总字数统计 2024年3月15日 浪子 1 在主题的functions.php中最后一行加入以下代码/* * 全站字数 */ function allwords() { $chars = 0; $db = Typecho_Db::get(); $select = $db ->s… 阅读全文 0 条评论
Memos的美化代码 2023年8月22日 浪子 2 2024.2.1更新 仅0.18.1之前版本适用 美化代码 来自于@木木老师 自定义样式 美化标签 .status-text{font-size:10px !important;border:none;color:rgb(156,163,1… 阅读全文 0 条评论