From 7c411801accfe34576a402717c4ea1c53f7ace59 Mon Sep 17 00:00:00 2001
From: Rohan Deshpande <rbdeshpande@ucla.edu>
Date: Sat, 1 Mar 2025 01:38:31 -0800
Subject: [PATCH] changed the colour scheme, and modified hugo.toml

---
 themes/lugo/static/style.css | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css
index d3b2088..91925bd 100644
--- a/themes/lugo/static/style.css
+++ b/themes/lugo/static/style.css
@@ -1,9 +1,19 @@
 body {
 	font-family: sans-serif ;
-	background: #110000 ;
-	color: #ccc ;
+	background: #232A2E;
+	color: #56635f ;
 }
 
+
+a {
+	color: #7FBBB3;
+}
+
+a:visited {
+	color: #D699B6;
+}
+
+
 main {
 	max-width: 800px ;
 	margin: auto ;