Skip to content

Commit 06b49c5

Browse files
author
willitcode
committed
Make site color green instead of red
1 parent bd0753b commit 06b49c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ title = "CCAI"
22
baseURL = "https://ccai.willitcode.com"
33
theme = "ananke"
44

5+
[params]
6+
background_color_class = "bg-dark-green"
7+
# Can't figure out how to get this to tint the image
8+
# without also dimming the text
9+
#cover_dimming_class = "bg-dark-green o-60"
10+
511
[[menus.main]]
612
name = "The Problem"
713
url = "/problem"

0 commit comments

Comments
 (0)