Skip to content

Commit fe03042

Browse files
authored
Adding missing assets
1 parent 1fb29bf commit fe03042

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/assets/banner3.png

76 KB
Loading

docs/assets/extra.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* :root {
2+
--color-blue: #a0c4ff;
3+
} */
4+
5+
:root > * {
6+
--md-primary-fg-color: #282828;
7+
--md-primary-fg-color--light: #ECB7B7;
8+
--md-primary-fg-color--dark: #5667C7;
9+
}
10+
11+
body.homepage .bs-sidebar{
12+
display: none;
13+
}
14+
15+
body {
16+
background: #282828;
17+
/* or, using CSS variables */
18+
--md-default-bg-color: white;
19+
}

0 commit comments

Comments
 (0)