Skip to content

Commit a31e4cd

Browse files
committed
Update logo and theme color
1 parent 7bebf0d commit a31e4cd

File tree

6 files changed

+168
-7
lines changed

6 files changed

+168
-7
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ highlight_theme = "kronuz"
1515

1616
[extra]
1717

18-
juice_logo_path = "rust-logo.svg"
18+
juice_logo_path = "cgp-logo.svg"
1919

2020
juice_logo_name = "Context-Generic Programming"
2121

static/cgp-logo.png

20.8 KB
Loading

static/cgp-logo.svg

+161
Loading

static/favicon.png

317 Bytes
Loading

templates/_variables.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<style>
22
:root {
33
/* Primary theme color */
4-
--primary-color: #f7e5c6;
4+
--primary-color: #FCF0CF;
55
/* Primary theme text color */
66
/* --primary-text-color: #543631; */
77
--primary-text-color: #000;
88
--primary-text-color-over: #000;
99
/* Primary theme link color */
10-
--primary-link-color: #c27e08;
10+
--primary-link-color: #8F1F1D;
1111
/* Secondary color: the background body color */
12-
--secondary-color: #fcfaf6;
12+
--secondary-color: #FCF7E9;
1313
--secondary-text-color: #303030;
1414
/* Highlight text color of table of content */
15-
--toc-highlight-text-color: #c27e08;
15+
--toc-highlight-text-color: #8F1F1D;
1616
--toc-background-color: white;
1717
--shadow-color: #ddd;
1818
/* Font used for headers (h1 & h2) */

templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
{% block hero %}
44
<section class="text-center">
55
<h1 class="heading-text" style="font-size: 40px">
6-
A new programming paradigm for Rust
6+
Modular programming paradigm for Rust
77
</h1>
88
<h3 class="title-text">
99
<span style="color: rgb(8, 155, 8)"></span> <i>Modular</i> component system
1010
</h3>
1111
<h3 class="title-text">
12-
<span style="color: rgb(8, 155, 8)"></span> Highly <i>expressive</i> code
12+
<span style="color: rgb(8, 155, 8)"></span> Highly <i>expressive</i> macros
1313
</h3>
1414
<h3 class="title-text">
1515
<span style="color: rgb(8, 155, 8)"></span> <i>Type-Safe</i> composition

0 commit comments

Comments
 (0)