Skip to content

Commit cbc6869

Browse files
committed
mention QuEra computing in banner
1 parent 31767f4 commit cbc6869

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

docs/stylesheets/extra.css

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
:root {
2-
--md-primary-fg-color: #FF5722;
3-
--md-primary-fg-color--light: #FF784E;
4-
--md-primary-fg-color--dark: #B23C17;
2+
--md-primary-fg-color: #6437FF;
3+
--md-accent-fg-color: #6437FF;
4+
}
55

6-
--md-primary-fg-color: #FF784E;
7-
--md-accent-fg-color: #FF784E;
8-
}
6+
#logo_light_mode {
7+
display: var(--md-footer-logo-light-mode);
8+
}
9+
10+
#logo_dark_mode {
11+
display: var(--md-footer-logo-dark-mode);
12+
}
13+
14+
[data-md-color-scheme="slate"] {
15+
--md-footer-logo-dark-mode: block;
16+
--md-footer-logo-light-mode: none;
17+
}
18+
19+
[data-md-color-scheme="default"] {
20+
--md-footer-logo-dark-mode: none;
21+
--md-footer-logo-light-mode: block;
22+
}

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ nav:
7272
- IdTable: reference/kirin/idtable.md
7373
- Source: reference/kirin/source.md
7474
- WorkList: reference/kirin/worklist.md
75+
- About QuEra Computing: 'https://quera.com'
7576

7677
theme:
7778
name: material

0 commit comments

Comments
 (0)