From 070f29a52e490fb91fe7b0a57f119ea94bca0f13 Mon Sep 17 00:00:00 2001 From: Stories of a Chan Date: Fri, 26 Feb 2021 21:24:24 -0500 Subject: [PATCH] Add 'css/styles.css' --- css/styles.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 css/styles.css diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..24d3fdc --- /dev/null +++ b/css/styles.css @@ -0,0 +1,20 @@ +@import url("https://absucc.github.io/redefault/redefault.min.css"); +body { + font-family: Verdana, sans-serif; + margin: auto; + padding: 20px; + max-width: 720px; + text-align: left; + word-wrap: break-word; + overflow-wrap: break-word; + line-height: 1.5; + background: green; +} + +h1, h2, h3, h4, h5, h6, strong, b { + color: #222; +} + +a { + color: #3273dc; +} \ No newline at end of file