Skip to content

Commit d6f9c80

Browse files
authored
Merge pull request #10966 from marmelab/ra-core-doc-design
[Doc] Change ra-core documentation styles
2 parents c2c8e5c + 2297e37 commit d6f9c80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs_headless/src/styles/global.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
@import 'tailwindcss/theme.css' layer(theme);
55
@import 'tailwindcss/utilities.css' layer(utilities);
66

7+
:root {
8+
--sl-color-bg-nav: var(--sl-color-black);
9+
--sl-color-bg: var(--sl-color-black);
10+
--sl-color-bg-sidebar: var(--sl-color-black);
11+
--sl-color-accent: #bd0249;
12+
--sl-color-accent-high: #ff78ac;
13+
}
14+
715
img.icon {
816
display: inline;
917
box-shadow: none;

0 commit comments

Comments
 (0)