友链部分的层级设计使用更加 token 化的设计
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-02 01:03:38 +08:00
parent 404c315657
commit 12e66a644e
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
:root {
color-scheme: light dark;
--color-bg-n: light-dark(oklch(100% 0 0), oklch(35% 0.02 270));
--color-bg-n: light-dark(oklch(100% 0 0), oklch(35% 0.025 270));
--color-bg-0: light-dark(oklch(95% 0 0), oklch(30% 0.02 270));
--color-fg-0: light-dark(oklch(25% 0.02 270), oklch(90% 0.02 270));
--color-bg-1: light-dark(oklch(90% 0 0), oklch(25% 0.02 270));

View File

@ -689,7 +689,8 @@ try {
padding-block: 3rem;
overflow-y: auto;
margin-inline: 1rem;
background-color: rgb(from var(--color-bg-0) r g b / .3);
/* background-color: rgb(from var(--color-bg-0) r g b / .3); */
background-color: rgb(from var(--color-bg-2) r g b / .5);
border-radius: 2rem;
backdrop-filter: blur(5px);