From 8a8e6a1544b41bf0742d519a8c3083a13eacff58 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:31:12 -0500 Subject: [PATCH] smaple terminal code --- src/layouts/index.html | 10 +++++----- src/static/css/typography.css | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index addbec1..5c09eab 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -22,15 +22,15 @@
- - $ node --eval 'console.log("Hello World!")'command not found: node

+

+ node --eval 'console.log("Hello World!")'
command not found: node

- $ sh <(curl tea.xyz) --yes installing ~/.tea…

+ sh <(curl tea.xyz) --yes installing ~/.tea…

- $ node --eval 'console.log("Hello World!")' + node --eval 'console.log("Hello World!")'
tea: installing nodejs.org^19 Hello World! -
+

diff --git a/src/static/css/typography.css b/src/static/css/typography.css index ba58c2c..c62b6fa 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -46,7 +46,7 @@ h5{ } .lead{ - background-color: #1a1a1a !important; + background-color: none !important; } p{