mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
10 lines
165 B
SCSS
10 lines
165 B
SCSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer utilities {
|
|
.consul-surface-nav {
|
|
background: var(--token-color-palette-neutral-700);
|
|
}
|
|
}
|