File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 22
33<div align =" center " >
44
5- <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 " />
5+ <img width =" 400px " src =" nuke.cola.full.onLight.svg " alt = " light-mode " />
6+ <img width =" 400px " src =" nuke.cola.full.onDark.svg " alt = " dark-mode " />
77
88Utilities and extensions useful for any [ Nuke] ( https://nuke.build ) builds originally separated from Nuke.Unreal.
99
Original file line number Diff line number Diff line change @@ -11,3 +11,13 @@ html.light-mode img[src*="gh-dark-mode-only"]
1111{
1212 display : none !important ;
1313}
14+
15+ html .dark-mode img [alt *= "light-mode" ]
16+ {
17+ display : none !important ;
18+ }
19+
20+ html .light-mode img [alt *= "dark-mode" ]
21+ {
22+ display : none !important ;
23+ }
You can’t perform that action at this time.
0 commit comments