We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2036441 commit 24d587bCopy full SHA for 24d587b
docs/Manual/index.md
@@ -2,7 +2,8 @@
2
3
<div align="center">
4
5
-<img width="400px" src="nuke.cola.full.onDark.svg" />
+<img width="400px" src="nuke.cola.full.onLight.svg#gh-light-mode-only" />
6
+<img width="400px" src="nuke.cola.full.onDark.svg#gh-dark-mode-only" />
7
8
Utilities and extensions useful for any [Nuke](https://nuke.build) builds originally separated from Nuke.Unreal.
9
docs/custom.css
@@ -1,3 +1,13 @@
1
#projectalign {
display: none;
-}
+}
+
+html.dark-mode img[src*="gh-light-mode-only"]
+{
+ display: none !important;
10
+html.light-mode img[src*="gh-dark-mode-only"]
11
12
13
0 commit comments