diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:34:26 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:34:26 -0500 |
commit | b66ed6e5f29db39188b4adc7da0cbea2bfe8bb5b (patch) | |
tree | e82046bbc6e44aa23e4fe9dbe1c525176dba47a1 /data/static | |
parent | 3cefac74e223f16d14d99c53ceb46ba99558b43e (diff) |
Update colors
Diffstat (limited to 'data/static')
-rw-r--r-- | data/static/style.css | 9 |
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); |