aboutsummaryrefslogtreecommitdiff
path: root/data/static
diff options
context:
space:
mode:
Diffstat (limited to 'data/static')
-rw-r--r--data/static/style.css9
1 files changed, 7 insertions, 2 deletions
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);