自定义 Memos 主题色

未分类 暂无浏览 1 分钟阅读

自定义 Memos 主题色
“`css
:root {
–primary: oklch(0.53 0.10 180);
–background: oklch(0.94 0.01 131.23);
–card: oklch(0.89 0.02 152.95);
–sidebar: oklch(0.91 0.01 127.6);
–sidebar-accent-foreground: oklch(0.58 0.09 188.52);
–border: oklch(0.84 0.02 155.21);
–radius: 0rem;
}

::-webkit-scrollbar {
-webkit-appearance: none;
width: 8px;
height: 8px;
}

::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: oklch(0.78 0.05 176.01);
-webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, 0.5);
}
“`

0

  1. This post has no comment yet

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注