Skip to content

Commit f2e485f

Browse files
committed
Changed the text to not be theme specific
1 parent 9ee56d5 commit f2e485f

File tree

1 file changed

+1
-1
lines changed
  • content/tutorials/text/getting-started

1 file changed

+1
-1
lines changed

content/tutorials/text/getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void draw() {
7373
}
7474
```
7575

76-
This program creates a window that is 480 pixels wide and 120 pixels high, and then starts drawing white circles at the position of the mouse. When a mouse button is pressed, the circle color changes to black. We'll explain more about the elements of this program in detail later. For now, run the code, move the mouse, and click to see what it does. While the sketch is running, the Run button will turn dark blue. You can click the square “stop” icon to halt the sketch.
76+
This program creates a window that is 480 pixels wide and 120 pixels high, and then starts drawing white circles at the position of the mouse. When a mouse button is pressed, the circle color changes to black. We'll explain more about the elements of this program in detail later. For now, run the code, move the mouse, and click to see what it does. While the sketch is running, the Run button will change color. You can click the square “stop” icon to halt the sketch.
7777

7878
## Show
7979

0 commit comments

Comments
 (0)