From b66ed6e5f29db39188b4adc7da0cbea2bfe8bb5b Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Mon, 3 Jul 2023 11:34:26 -0500
Subject: Update colors

---
 data/static/style.css | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

(limited to 'data/static')

diff --git a/data/static/style.css b/data/static/style.css
index 5d6c577..397684c 100644
--- a/data/static/style.css
+++ b/data/static/style.css
@@ -7,7 +7,8 @@
   --accent-color: white;
   --anchor-hover-color: #bbb49f;
   --thumbnail-hover-color: #b1b1b140;
-  --dark-transparent: #161616c5;
+  --dark-transparent: #161616e3;
+  --subtext-color: rgb(139, 139, 139);
 }
 
 html {
@@ -17,7 +18,7 @@ html {
 body {
   margin: 0;
   background-image: url("/static/media/MKE_Skyline_Art_Museum.jpg");
-  /* background-image: url("/static/media/SL350.jpg"); */
+  /* background-image: url("/static/media/Leaves.jpg"); */
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
@@ -132,6 +133,10 @@ h2 {
   margin-left: 25px;
 }
 
+figcaption {
+  color: var(--subtext-color);
+}
+
 .bottom {
   width: 100%;
   background-color: var(--dark-transparent);
-- 
cgit v1.2.3