mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
feat: adjust some styles
This commit is contained in:
parent
f9b448197c
commit
82f3f69af2
9 changed files with 122 additions and 64 deletions
|
|
@ -70,4 +70,24 @@
|
|||
.blur-header {
|
||||
@apply bg-black/10 backdrop-blur dark:bg-white/10;
|
||||
}
|
||||
|
||||
.block-bg {
|
||||
@apply bg-black/[3%] dark:bg-white/[8%];
|
||||
}
|
||||
|
||||
.block-hover {
|
||||
@apply hover:bg-black/[5%] dark:hover:bg-white/[11%];
|
||||
}
|
||||
|
||||
.block-hover-mask {
|
||||
@apply hover:bg-black/[2%] dark:hover:bg-white/[3%];
|
||||
}
|
||||
|
||||
.primary-link {
|
||||
@apply text-black no-underline hover:opacity-80 dark:text-white;
|
||||
}
|
||||
|
||||
.secondary-link {
|
||||
@apply text-[var(--tw-prose-body)] no-underline hover:text-black dark:hover:text-white;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue