Add git feed to main page #10

Merged
tyler merged 2 commits from add-git-feed into master 2022-12-02 19:23:36 +00:00
Showing only changes of commit 404a393ddf - Show all commits

View File

@ -39,7 +39,7 @@
transition: 300ms; transition: 300ms;
border: dashed; border: dashed;
border-radius: 5px; border-radius: 5px;
background-color: rgba(0,0,0,0.6); background-color: rgba(0,0,0,0.4);
margin: 5px; margin: 5px;
} }
.git-clickable-div p { .git-clickable-div p {
@ -48,7 +48,7 @@
.git-clickable-div:hover { .git-clickable-div:hover {
text-decoration: underline 0.15em rgba(255,255,255,1); 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); background: rgba(11,11,12, 0.3);
border-radius: 15px; border-radius: 15px;
padding: 10px; padding: 10px;
} }
.index-item { .index-item {