Skip to content

Commit b4a2a37

Browse files
committed
fix homepage black text on black
Ideally we need to redesign this landing page and make sure that it is more landing and less text
1 parent 0ffe4a5 commit b4a2a37

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ hide:
55
- title
66
---
77

8-
# A typed, combinator-based, functional smart contract language without loops or recursion, designed for Bitcoin-like blockchains."
9-
108
## Key Features
119

1210
### Expressive Smart Contracts

docs/stylesheets/extra.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
margin-bottom: 1rem;
2222
}
2323

24+
/* Ensure hero h1 text is always light, overriding theme defaults */
25+
[data-md-color-scheme="default"] .md-typeset .hero h1,
26+
[data-md-color-scheme="slate"] .md-typeset .hero h1 {
27+
color: var(--md-primary-bg-color);
28+
}
29+
2430
.hero p {
2531
font-size: 1.2rem;
2632
max-width: 600px;

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Simplicity
22
site_url: https://docs.simplicity-lang.org/
3-
site_description: A typed, functional smart contract language for Bitcoin-like blockchains. # Add this line
3+
site_description: A typed, combinator-based, functional smart contract language without loops or recursion, designed for Bitcoin-like blockchains.
44
plugins:
55
- search:
66
- git-revision-date-localized:

0 commit comments

Comments
 (0)