Skip to content

Commit e4d0b97

Browse files
Deployed f28fbe5 with MkDocs version: 1.6.1
0 parents  commit e4d0b97

94 files changed

Lines changed: 23244 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 650 additions & 0 deletions
Large diffs are not rendered by default.

assets/css/extra.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
[data-md-color-scheme="django-crm"] {
3+
--md-primary-fg-color: #233d4d;
4+
--md-primary-fg-color--light: #ECB7B7;
5+
--md-primary-fg-color--dark: #90030C;
6+
--md-accent-fg-color: #23949f;
7+
--md-accent-bg-color: #f5dd5d;
8+
--mdx-container-bg--snd-color:#004d6a;
9+
}
10+
:root > * {
11+
--md-tabs-bg-color: var(--md-primary-fg-color);
12+
--md-footer-bg-color: var(--md-primary-fg-color);
13+
}
14+
15+
.md-site_name{
16+
overflow: hidden;
17+
text-overflow: ellipsis;
18+
position: relative;
19+
color: var(--md-accent-bg-color);
20+
}
21+
22+
.md-tabs {
23+
background-color: var(--md-accent-fg-color);
24+
}
25+
26+
27+
.mdx-hero__image {
28+
order: 1;
29+
transform: translateX(8rem);
30+
width: 28rem;
31+
}

assets/images/favicon.png

1.83 KB
Loading
1.15 MB
Loading

assets/img/banner_neon_depth.svg

Lines changed: 45 additions & 0 deletions
Loading

assets/img/django-crm_logo.png

12.2 KB
Loading

assets/img/django-crm_logo_300.svg

Lines changed: 59 additions & 0 deletions
Loading

assets/img/favicon.ico

2.19 KB
Binary file not shown.

assets/img/illustration.png

1.24 MB
Loading

0 commit comments

Comments
 (0)