diff --git a/housing.zip b/housing.zip deleted file mode 100644 index 851cafc..0000000 Binary files a/housing.zip and /dev/null differ diff --git a/src/style.css b/src/style.css index a44232a..d8a60b9 100644 --- a/src/style.css +++ b/src/style.css @@ -5,7 +5,7 @@ color-scheme: light dark; color: rgba(255, 255, 255, 0.87); - background-color: rgba(52, 88, 140, 1); + background-color: rgba(6, 39, 88, 1); font-synthesis: none; text-rendering: optimizeLegibility; @@ -32,7 +32,7 @@ body { @media (prefers-color-scheme: light) { :root { color: #213547; - background-color: rgba(52, 88, 140, 1); + background-color: rgba(6, 39, 88, 1); } a:hover { color: #747bff;