From 8fb130af81fca3b247600bd081e3a9510cbe584d Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sun, 12 Dec 2021 04:19:32 +0530 Subject: Hugo config setup --- static_old/styles.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 static_old/styles.css (limited to 'static_old/styles.css') diff --git a/static_old/styles.css b/static_old/styles.css new file mode 100644 index 0000000..489bd8c --- /dev/null +++ b/static_old/styles.css @@ -0,0 +1,17 @@ +body { + background-color: black; + color: white; +} + +a { + text-decoration: none; + color: green; +} + +a:hover { + background-color: rgb(130, 100, 185); +} + +footer { + color: green; +} \ No newline at end of file -- cgit v1.2.3