Skip to content

Commit 5a82298

Browse files
committed
update styles
1 parent b71e5d8 commit 5a82298

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

public/about.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
margin-top: 0;
8181
}
8282
h2 {
83-
margin-top: 2rem !important;
83+
margin-top: 3rem;
84+
border-bottom: 1px solid;
85+
padding-bottom: 0.15em;
86+
font-size: 1.2rem;
87+
text-transform: uppercase;
8488
}
8589
ul li {
8690
font-size: 1.2rem;
@@ -536,7 +540,7 @@ <h2><a id="keyboard">Functions for Keyboard</a></h2>
536540
// note: to check the space key use `iskeydown(" ")`.
537541
iskeydown(key: string): boolean</code></pre>
538542

539-
<h2><a id="math">Math</a></h2>
543+
<h2><a id="math">Functions for Math</a></h2>
540544

541545
<pre><code class="language-typescript">/** General Math */
542546

@@ -656,6 +660,8 @@ <h2><a id="math">Math</a></h2>
656660

657661
<h2><a id="engine-api">Engine API</a></h2>
658662

663+
<p>The following functions are most used internally, but also very useful when creating plugins.</p>
664+
659665
<pre><code class="language-typescript">// Loads a plugin.
660666
// see: https://github.com/litecanvas/game-engine/blob/main/samples/plugin-basics/plugin-basics.js
661667
use(callback): void

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.64.0";
2+
const version = "2.65.0";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)