We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92943dd commit e40d4e6Copy full SHA for e40d4e6
_includes/head-custom.html
@@ -1,2 +1,5 @@
1
<link rel="icon" type="image/svg+xml" href="{{ '/assets/images/cadquery_logo_light.svg' | relative_url }}" media="(prefers-color-scheme: light)">
2
<link rel="icon" type="image/svg+xml" href="{{ '/assets/images/cadquery_logo_dark.svg' | relative_url }}" media="(prefers-color-scheme: dark)">
3
+<style>
4
+ header img { width: 100%; }
5
+</style>
0 commit comments