Skip to content

Commit 111c142

Browse files
authored
Merge pull request #3 from felipepenha/draft
Updated icons and favicon
2 parents c8ae5ff + a6099e7 commit 111c142

6 files changed

Lines changed: 3 additions & 14 deletions

File tree

docs/assets/favicon.ico

-7.23 KB
Binary file not shown.

docs/assets/logo_dark.jpeg

90.1 KB
Loading

docs/assets/logo_light.jpeg

46.4 KB
Loading

docs/stylesheets/extra.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,6 @@
111111
background-color: var(--md-code-bg-color);
112112
}
113113

114-
/* Force Note Admonition color to Aurora */
115-
[data-md-color-scheme="astral-dark"] .md-typeset .admonition.note,
116-
[data-md-color-scheme="astral-dark"] .md-typeset details.note {
117-
border-color: var(--aurora) !important;
118-
}
119-
120-
[data-md-color-scheme="astral-dark"] .md-typeset .admonition.note>.md-typeset__scrollwrap>.md-typeset__table>thead>tr>th:before,
121-
[data-md-color-scheme="astral-dark"] .md-typeset details.note>summary:before {
122-
color: var(--aurora) !important;
123-
}
124-
125114
/* Prevent the shadow from the nav title from blurring the top link.
126115
The box shadow isn't really doing anything anyway.
127116

docs/template_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ print(os.getcwd())
4646

4747
Standard image syntax (ensure assets are in `docs/assets/`):
4848

49-
![Logo](assets/logo-letter.svg)
49+
![Logo](assets/logo_dark.jpeg)
5050

5151
## Links
5252

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: gurple
22
theme:
33
name: material
4-
logo: assets/logo-letter.svg
5-
favicon: assets/favicon.ico
4+
logo: assets/logo_light.jpeg
5+
favicon: assets/logo_light.jpeg
66
features:
77
- navigation.path
88
- navigation.instant

0 commit comments

Comments
 (0)