Skip to content

Commit 42efe5e

Browse files
committed
Add flypitch/flypitch
1 parent b9f209d commit 42efe5e

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

data.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,14 @@ ruplet/formalization-of-bounded-arithmetic:
225225
tags:
226226
- bounded arithmetic
227227
- computational complexity
228+
229+
flypitch/flypitch:
230+
title: flypitch/flypitch
231+
authors:
232+
- name: Jesse Michael Han
233+
- name: Floris van Doorn
234+
repository:
235+
url: https://github.com/flypitch/flypitch
236+
language: Lean3
237+
description: |
238+
A formal proof of the independence of the continuum hypothesis.

output/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ a:hover {
118118
border: 1px solid #d0d7de;
119119
}
120120

121-
.lang-lean {
121+
.lang-lean3 {
122122
background: #fff;
123-
color: #000;
123+
color: #1f2328;
124124
border: 1px solid #d0d7de;
125125
}
126126

@@ -242,4 +242,4 @@ a:hover {
242242
color: #1f2328;
243243
border-color: #636c76;
244244
text-decoration: none;
245-
}
245+
}

0 commit comments

Comments
 (0)