Skip to content

Commit 05dca57

Browse files
Aryamanz29claude
andcommitted
docs: Atlan blue theme, clean logo edges, remove Home nav entry
- Switch primary color to custom Atlan blue (#1B4F6A) matching logo text - Remove 'Home' nav entry (homepage still served at root, no redundant tab/title) - Reprocess logo with smooth alpha matting for clean transparent edges - Accent color set to light blue matching logo's dot elements Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 416d10f commit 05dca57

3 files changed

Lines changed: 25 additions & 8 deletions

File tree

docs/assets/logo.png

2.76 KB
Loading

docs/assets/stylesheets/extra.css

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
1-
/* Hide site name text — logo image already contains the name */
1+
/* Atlan blue — matches the dark navy of "atlan" text in logo */
2+
:root,
3+
[data-md-color-scheme="default"] {
4+
--md-primary-fg-color: #1B4F6A;
5+
--md-primary-fg-color--light: #256690;
6+
--md-primary-fg-color--dark: #123547;
7+
--md-primary-bg-color: #ffffff;
8+
--md-primary-bg-color--light: rgba(255,255,255,0.7);
9+
--md-accent-fg-color: #5DD4F5;
10+
}
11+
12+
[data-md-color-scheme="slate"] {
13+
--md-primary-fg-color: #1B4F6A;
14+
--md-primary-fg-color--light: #256690;
15+
--md-primary-fg-color--dark: #123547;
16+
--md-accent-fg-color: #5DD4F5;
17+
}
18+
19+
/* Hide site name text — logo already contains the name */
220
.md-header__title {
321
display: none;
422
}
523

6-
/* Make logo bigger */
24+
/* Logo size and clean rendering in header */
725
.md-header__button.md-logo img {
8-
height: 2.5rem;
26+
height: 2.2rem;
927
width: auto;
1028
}

mkdocs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ theme:
1212
homepage: https://atlanhq.github.io/atlan-python/
1313
palette:
1414
- scheme: default
15-
primary: deep purple
16-
accent: indigo
15+
primary: custom
16+
accent: light blue
1717
toggle:
1818
icon: material/weather-night
1919
name: Switch to dark mode
2020
- scheme: slate
21-
primary: deep purple
22-
accent: indigo
21+
primary: custom
22+
accent: light blue
2323
toggle:
2424
icon: material/weather-sunny
2525
name: Switch to light mode
@@ -83,7 +83,6 @@ plugins:
8383
show_signature_annotations: true
8484

8585
nav:
86-
- Home: index.md
8786
- API Reference:
8887
- AtlanClient: api/client.md
8988
- Cache: api/cache.md

0 commit comments

Comments
 (0)