mirror of
https://github.com/infinition/Bjorn.git
synced 2026-02-05 03:31:02 +00:00
16 lines
331 B
CSS
16 lines
331 B
CSS
:root {
|
|
--bg-body: #0B0C0E;
|
|
--bg-sidebar: #111214;
|
|
--border-color: #2A2E35;
|
|
--text-main: #A0AAB8;
|
|
--text-heading: #E2E8F0;
|
|
--accent-green: #22c55e;
|
|
--accent-dim: rgba(34, 197, 94, 0.1);
|
|
--code-bg: #1e1e1e;
|
|
}
|
|
|
|
/* Compatibility with tailwind colors if needed */
|
|
.dark {
|
|
--accent-green: #22c55e;
|
|
}
|