diff options
| author | Bobby <[email protected]> | 2023-05-06 20:17:08 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-06 20:17:08 -0400 |
| commit | 2a9b4b430bb2152d81398fb963e12842a8e29d91 (patch) | |
| tree | 4b5c7dd868703103933d6eecec8ea309acefc9e3 /static/css | |
| parent | f5bc87ae3bb157e73cd07b5e81d6adfdd6351823 (diff) | |
| download | thatcomputerscientist-2a9b4b430bb2152d81398fb963e12842a8e29d91.tar.xz thatcomputerscientist-2a9b4b430bb2152d81398fb963e12842a8e29d91.zip | |
Adjust updates background opacity
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/home.css | 2 |
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 { |
