From 0d81f5100640c7f961fe6d6e79a6b0d801b3289b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 2 Aug 2022 09:25:42 -0500 Subject: Initial commit --- style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..eb059d9 --- /dev/null +++ b/style.css @@ -0,0 +1,31 @@ +body { + margin: auto; + font: 18px/1.4 serif; + max-width: 70ch; + background-color: papayawhip; + color: navy; +} +code { + background-color: #ffe; + color: black; +} +pre > code { + display: block; +} +img { + max-width: 100%; +} +a:link { + text-decoration: none; + background: #eef; + color: inherit; +} +a:visted { + color: inherit; +} +a:active { + border-bottom: 1px solid; +} +a:hover { + border-bottom: 1px solid; +} -- cgit 1.4.1-21-gabe81