diff --git a/resources/style.css b/resources/style.css index ac5ab7c..b95443d 100644 --- a/resources/style.css +++ b/resources/style.css @@ -1,10 +1,10 @@ :root { - --fg: #ddd; - --bg: #111; - --pre-bg: #1a1a1a; - /* --bg: #eee; */ - /* --fg: #111; */ - /* --pre-bg: #dedede */ + /* --fg: #ddd; */ + /* --bg: #111; */ + /* --pre-bg: #1a1a1a; */ + --bg: #eee; + --fg: #111; + --pre-bg: #dedede } body { diff --git a/site-src/computation.wtn b/site-src/computation.wtn index bb5a199..46b5b3a 100644 --- a/site-src/computation.wtn +++ b/site-src/computation.wtn @@ -1,7 +1,7 @@ * Computation Computation is any type of calculation. Computer science is the study of -computation performed by electronic devices. +computation. There are several mathematical models for expressing computation, like the {lambda-calculus}.