Skip to content

Commit 0e51a61

Browse files
committed
Tweak theme color
1 parent 3f2e01f commit 0e51a61

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

content/resources.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
+++
2+
3+
title = "Resources"
4+
5+
+++
6+
7+
# Resources
8+
9+
## Crates
10+
11+
- [cgp](https://crates.io/crates/cgp)
12+
13+
## Projects
14+
15+
- [Hermes SDK](https://github.com/informalsystems/hermes-sdk/)
16+
17+
## Books
18+
19+
- [Context-Generic Programming Patterns](https://patterns.contextgeneric.dev/)

templates/_variables.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<style>
22
:root {
33
/* Primary theme color */
4-
--primary-color: #fed43f;
4+
--primary-color: #f7e5c6;
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: #f9bb2d;
10+
--primary-link-color: #e19a1e;
1111
/* Secondary color: the background body color */
1212
--secondary-color: #fcfaf6;
1313
--secondary-text-color: #303030;
1414
/* Highlight text color of table of content */
15-
--toc-highlight-text-color: #d46e13;
15+
--toc-highlight-text-color: #c27e08;
1616
--toc-background-color: white;
1717
--code-color: #4a4a4a;
1818
--code-background-color: white;

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ <h1 class="heading-text" style="font-size: 40px">
66
A new programming paradigm for Rust
77
</h1>
88
<h3 class="title-text">
9-
<span style="color: rgb(8, 155, 8)"></span> Modular
9+
<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> Expressive
12+
<span style="color: rgb(8, 155, 8)"></span> <i>Expressive</i>
1313
</h3>
1414
<h3 class="title-text">
1515
<span style="color: rgb(8, 155, 8)"></span> Type-Safe

0 commit comments

Comments
 (0)