🐞 fix: update color and typography styles
Sync TODOs with Issues / sync_todos (push) Successful in 5s
Sync TODOs with Issues / sync_todos (push) Successful in 5s
This commit is contained in:
@@ -45,4 +45,7 @@
|
|||||||
--color-danger: oklch(0.5126 0.1865 22.61);
|
--color-danger: oklch(0.5126 0.1865 22.61);
|
||||||
--color-light: oklch(98.16% 0.0017 247.8);
|
--color-light: oklch(98.16% 0.0017 247.8);
|
||||||
--color-dark: oklch(34.51% 0.0133 248.2);
|
--color-dark: oklch(34.51% 0.0133 248.2);
|
||||||
|
|
||||||
|
/* Gradients */
|
||||||
|
--background-image-gradient-1: linear-gradient(180deg, rgba(242, 107, 83, 0) 39.55%, rgba(242, 107, 83, 0.2) 100%);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ body {
|
|||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection { background: var(--color-warning); }
|
::selection { background: var(--color-primary-400); }
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
h1, h2, h3,
|
h1, h2, h3,
|
||||||
|
|||||||
Reference in New Issue
Block a user