Skip to content

Commit 872bc06

Browse files
authored
Light logo for light mode and dark for dark (#649)
* specify for dark mode * push image * image for light mode
1 parent c2a1eb0 commit 872bc06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
653 KB
Loading

python/jupytercad/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ JupyterCAD is a JupyterLab extension for 3D geometry modeling with collaborative
66

77
JupyterCAD has support for FreeCAD files, which makes it easy to import and export models from FreeCAD. It also has a range of features for creating and manipulating 3D shapes, including a variety of primitives, transformations, and Boolean operations.
88

9-
![jupytercad](https://raw.githubusercontent.com/jupytercad/JupyterCAD/refs/heads/main/docs/source/assets/jupytercad-screenshot.png)
9+
![jupytercad](https://raw.githubusercontent.com/jupytercad/JupyterCAD/refs/heads/main/docs/source/assets/jupytercad-screenshot.png#gh-dark-mode-only)
10+
![jupytercad](https://raw.githubusercontent.com/jupytercad/JupyterCAD/refs/heads/main/docs/source/assets/jupytercad-light-ss.png#gh-light-mode-only)
1011

1112
## Requirements
1213

0 commit comments

Comments
 (0)