From f40b9d28679d1a699f82747e72212a02a754fa45 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 2 Oct 2021 11:13:13 -0700 Subject: [PATCH] Add home.css --- assets/home.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 assets/home.css diff --git a/assets/home.css b/assets/home.css new file mode 100644 index 0000000..0e879be --- /dev/null +++ b/assets/home.css @@ -0,0 +1,23 @@ +/* home.css */ + +#homepage-content { + margin-bottom: 2em; +} + +#homepage-content p { + margin-top: 1em; +} + +#homepage-content p:first-child { + margin-top: 0; +} + + +#homepage-content a:hover { + color: ver(--fog); + border-bottom: 1px solid var(--pro); +} + +#homepage-content h2, h3 { + margin-top: 1.5em; +} \ No newline at end of file