Skip to content

Commit 609b6d7

Browse files
committed
Patched CSS for methods and properties of p5.dom and p5.Element to match their descriptions.
1 parent e0671c9 commit 609b6d7

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

dist/assets/css/all.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/css/maps/all.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-7.63 MB
Binary file not shown.

offline-reference/extra/css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,11 @@ pre.norender {
345345
float: left;
346346
}
347347

348-
#reference .core, #reference .addon {
348+
a.code.core {
349+
color: #333;
350+
}
351+
352+
a.code.addon {
349353
color: #704F21;
350354
}
351355

src/assets/css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,11 @@ pre.norender {
459459
outline: none !important;
460460
}
461461

462-
#reference .core, #reference .addon {
462+
a.code.core {
463+
color: #333;
464+
}
465+
466+
a.code.addon {
463467
color: #704F21;
464468
}
465469

0 commit comments

Comments
 (0)