From 404a393ddf28c862d3109f526bd19426be7ff710 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 2 Dec 2022 14:22:46 -0500 Subject: [PATCH] Update link css --- src/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {