From 4a4907ea2c7ce96162334283eb0663cceaccc6ba Mon Sep 17 00:00:00 2001 From: "Pheng Heong, Tan" Date: Sun, 28 Jun 2020 08:52:42 +0800 Subject: [PATCH] Add CSS Well, according to a certain someone, a web-page is an onion. Source: http://www.thenoodleincident.com/tutorials/design_rant/2.html --- index.html | 4 ++++ solarized_light.css | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 solarized_light.css diff --git a/index.html b/index.html index 6f13699..1902aec 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,8 @@ + + + +

Welcome. diff --git a/solarized_light.css b/solarized_light.css new file mode 100644 index 0000000..e596925 --- /dev/null +++ b/solarized_light.css @@ -0,0 +1,7 @@ +:root { + --base3: #fdf6e3; +} + +body { + background-color: var(--base3); +} \ No newline at end of file