aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-06 20:17:08 -0400
committerBobby <[email protected]>2023-05-06 20:17:08 -0400
commit2a9b4b430bb2152d81398fb963e12842a8e29d91 (patch)
tree4b5c7dd868703103933d6eecec8ea309acefc9e3
parentf5bc87ae3bb157e73cd07b5e81d6adfdd6351823 (diff)
downloadthatcomputerscientist-2a9b4b430bb2152d81398fb963e12842a8e29d91.tar.xz
thatcomputerscientist-2a9b4b430bb2152d81398fb963e12842a8e29d91.zip
Adjust updates background opacity
-rw-r--r--static/css/home.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/home.css b/static/css/home.css
index 3a710ad7..8baae844 100644
--- a/static/css/home.css
+++ b/static/css/home.css
@@ -44,7 +44,7 @@ marquee {
position: relative;
left: 120px;
top: 23px;
- background-color: rgba(0, 0, 0, 0.5);
+ background-color: rgba(0, 0, 0, 0.2);
}
marquee::after {