Skip to content

Commit dd1e46c

Browse files
author
Documenter.jl
committed
build based on db057b0
1 parent 0e57041 commit dd1e46c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4388
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"julia_version":"1.12.0","generation_timestamp":"2025-10-10T18:23:27","documenter_version":"1.14.1"}}

previews/PR299/assets/custom.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* set fixed non-trivial inversion and hue rotation */
2+
:root {
3+
--inversionFraction: 100%;
4+
--hueRotation: -180deg;
5+
}
6+
7+
/* color-invert images */
8+
.color-invertible {
9+
filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
10+
-ms-filter: invert(var(--inversionFraction)) !important;
11+
-webkit-filter: invert(var(--inversionFraction)) hue-rotate(var(--hueRotation)) !important;
12+
}
13+
14+
/* but disable for the two light themes */
15+
.theme--documenter-light .color-invertible {
16+
filter: invert(0%) hue-rotate(0deg) !important;
17+
-ms-filter: invert(var(0%)) !important;
18+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
19+
}
20+
.theme--catppuccin-latte .color-invertible {
21+
filter: invert(0%) hue-rotate(0deg) !important;
22+
-ms-filter: invert(var(0%)) !important;
23+
-webkit-filter: invert(var(0%)) hue-rotate(0deg) !important;
24+
}

0 commit comments

Comments
 (0)