doc: change some settings and adjust logos

This commit is contained in:
Romain Canon 2022-06-10 23:26:17 +02:00
parent afda9480f4
commit 36f44c37a3
5 changed files with 46 additions and 14 deletions

View File

@ -3,7 +3,7 @@
site_name: Valinor
repo_url: https://github.com/CuyZ/Valinor
repo_name: CuyZ/Valinor
edit_uri: edit/master/docs/
edit_uri: edit/master/docs/pages/
docs_dir: pages
extra:
@ -14,6 +14,8 @@ extra:
link: https://cuyz.io
version:
provider: mike
extra_css:
- stylesheets/extra.css
theme:
name: material
@ -28,15 +30,15 @@ theme:
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue grey
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: blue grey
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,10 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<line stroke-width="14" x1="18" x2="46" y1="24" y2="76" stroke="#a1c181"/>
<line stroke-width="14" x1="82" x2="54" y1="24" y2="76" stroke="#a1c181"/>
<line stroke-width="14" x1="54" x2="70" y1="24" y2="50" stroke="#a1c181"/>
<line stroke-width="14" x1="18" x2="46" y1="24" y2="76" stroke="#A1C181"/>
<line stroke-width="14" x1="54" x2="70" y1="24" y2="50" stroke="#BCDC9C"/>
<line stroke-width="14" x1="82" x2="54" y1="24" y2="76" stroke="#A1C181"/>
<ellipse cx="50" cy="84" rx="12" ry="12" stroke-width="8" stroke="#619b8a" fill="none"/>
<ellipse cx="16" cy="16" rx="12" ry="12" stroke-width="8" stroke="#a1c181" fill="none"/>
<ellipse cx="84" cy="16" rx="12" ry="12" stroke-width="8" stroke="#a1c181" fill="none"/>
<ellipse cx="50" cy="16" rx="12" ry="12" stroke-width="8" stroke="#a1c181" fill="none"/>
<ellipse cx="50" cy="84" rx="12" ry="12" stroke-width="8" stroke="#619B8A" fill="none"/>
<ellipse cx="16" cy="16" rx="12" ry="12" stroke-width="8" stroke="#A1C181" fill="none"/>
<ellipse cx="84" cy="16" rx="12" ry="12" stroke-width="8" stroke="#A1C181" fill="none"/>
<ellipse cx="50" cy="16" rx="12" ry="12" stroke-width="8" stroke="#BCDC9C" fill="none"/>
</svg>

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 680 B

View File

@ -2,11 +2,11 @@
<circle fill="#E2E8F0" cx="65" cy="65" r="65"/>
<line stroke-width="14" x1="33" x2="61" y1="49" y2="101" stroke="#A1C181"/>
<line stroke-width="14" x1="69" x2="85" y1="49" y2="75" stroke="#BCDC9C"/>
<line stroke-width="14" x1="97" x2="69" y1="49" y2="101" stroke="#A1C181"/>
<line stroke-width="14" x1="69" x2="85" y1="49" y2="75" stroke="#A1C181"/>
<ellipse cx="65" cy="109" rx="12" ry="12" stroke-width="8" stroke="#619B8A" fill="none"/>
<ellipse cx="31" cy="41" rx="12" ry="12" stroke-width="8" stroke="#A1C181" fill="none"/>
<ellipse cx="99" cy="41" rx="12" ry="12" stroke-width="8" stroke="#A1C181" fill="none"/>
<ellipse cx="65" cy="41" rx="12" ry="12" stroke-width="8" stroke="#A1C181" fill="none"/>
<ellipse cx="65" cy="41" rx="12" ry="12" stroke-width="8" stroke="#BCDC9C" fill="none"/>
</svg>

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

View File

@ -0,0 +1,3 @@
.md-header {
background-color: #546d78;
}