From 16ca89a0a2a4202f9642879700ec6773dc7f836f Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 6 Jan 2021 02:38:08 +0900 Subject: [PATCH] headline + support js/css injections --- custom.css | 12 ++++++++++++ data/main.js | 0 data/style.css | 0 3 files changed, 12 insertions(+) create mode 100644 data/main.js create mode 100644 data/style.css diff --git a/custom.css b/custom.css index 000726a..37dab79 100644 --- a/custom.css +++ b/custom.css @@ -15,6 +15,18 @@ body { background-color: rgba(0, 20, 40, 1.0); } +#header { + padding-bottom: 3em; +} + +#header::after { + content: "lost|traIn"; + font-size: 3.6em; + font-weight: 700; + opacity: 0.3; + color: rgba(100, 255, 200, 0.5); +} + figure { margin: 0; padding: 0; diff --git a/data/main.js b/data/main.js new file mode 100644 index 0000000..e69de29 diff --git a/data/style.css b/data/style.css new file mode 100644 index 0000000..e69de29