Skip to content

Commit 1641ddb

Browse files
authored
Update index.html (nim-lang#416)
1 parent e39b051 commit 1641ddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jekyll/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>
2020
<a class="pure-button pure-button-primary" href="{{ site.baseurl }}/install.html">Install Nim {{ site.nim_version }}</a>
2121
<a class="pure-button" href="https://play.nim-lang.org/#ix=2lK1">Try it online</a>
2222
</div>
23-
<h3>Efficient</h3>
23+
<h3 style="color:#ffe953;">Efficient</h3>
2424
<ul>
2525
<li>Nim generates native dependency-free executables, not dependent on a virtual machine,
2626
which are small and allow easy redistribution.</li>
@@ -35,13 +35,13 @@ <h3>Efficient</h3>
3535
<li>Support for various backends: it compiles to C, C++ or JavaScript so that Nim
3636
can be used for all backend and frontend needs.</li>
3737
</ul>
38-
<h3>Expressive</h3>
38+
<h3 style="color:#ffe953;">Expressive</h3>
3939
<ul>
4040
<li>Nim is self-contained: the compiler and the standard library are implemented in Nim.</li>
4141
<li>Nim has a powerful macro system which allows direct manipulation of the AST,
4242
offering nearly unlimited opportunities.</li>
4343
</ul>
44-
<h3>Elegant</h3>
44+
<h3 style="color:#ffe953;">Elegant</h3>
4545
<ul>
4646
<li>Macros cannot change Nim's syntax because there is no need for it —
4747
the syntax is flexible enough.</li>

0 commit comments

Comments
 (0)