minor style changes, change definition of computer science

This commit is contained in:
opfez 2021-07-31 18:40:43 +02:00
parent 705a3949d4
commit 5f1ed7e591
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
:root { :root {
--fg: #ddd; /* --fg: #ddd; */
--bg: #111; /* --bg: #111; */
--pre-bg: #1a1a1a; /* --pre-bg: #1a1a1a; */
/* --bg: #eee; */ --bg: #eee;
/* --fg: #111; */ --fg: #111;
/* --pre-bg: #dedede */ --pre-bg: #dedede
} }
body { body {

View File

@ -1,7 +1,7 @@
* Computation * Computation
Computation is any type of calculation. Computer science is the study of 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}. There are several mathematical models for expressing computation, like the {lambda-calculus}.