mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
feat: transparent nav header
This commit is contained in:
parent
b2153fa12e
commit
58e51d4358
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ defineProps<{
|
|||
<div relative>
|
||||
<div
|
||||
sticky top-0 z10
|
||||
border="b base" bg-base
|
||||
border="b base" bg="[rgba(var(--c-bg-base-rgb),0.7)]" backdrop-blur
|
||||
>
|
||||
<div flex justify-between px5 py4>
|
||||
<div flex gap-3 items-center overflow-hidden>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
--c-border-dark: #dccfcf;
|
||||
|
||||
--c-bg-base: #fafafa;
|
||||
--c-bg-base-rgb: 250, 250, 250;
|
||||
--c-bg-active: #f2f2f2;
|
||||
--c-bg-code: #00000006;
|
||||
--c-bg-selection: #8885;
|
||||
|
@ -34,6 +35,7 @@
|
|||
--c-border-dark: #545251;
|
||||
|
||||
--c-bg-base: #111;
|
||||
--c-bg-base-rgb: 17, 17, 17;
|
||||
--c-bg-active: #191919;
|
||||
--c-bg-code: #ffffff06;
|
||||
--c-bg-fade: #EA9E4411;
|
||||
|
|
Loading…
Reference in a new issue