Update link css

This commit is contained in:
Tyler Perkins 2022-12-02 14:22:46 -05:00
parent fc58241813
commit 404a393ddf

View File

@ -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 {