diff --git a/src/index.css b/src/index.css index c8d2a3f..e712b35 100644 --- a/src/index.css +++ b/src/index.css @@ -39,7 +39,7 @@ transition: 300ms; border: dashed; border-radius: 5px; - background-color: rgba(0,0,0,0.6); + background-color: rgba(0,0,0,0.4); margin: 5px; } .git-clickable-div p { @@ -48,7 +48,7 @@ .git-clickable-div:hover { text-decoration: underline 0.15em rgba(255,255,255,1); - background-color: rgba(0,0,0,1); + background-color: rgba(0,0,0,0.85); } @@ -64,7 +64,6 @@ background: rgba(11,11,12, 0.3); border-radius: 15px; padding: 10px; - } .index-item {