added achievements

This commit is contained in:
gurusabarish
2022-02-11 19:07:51 +05:30
parent 5bd29d2582
commit a8ec5d3388
7 changed files with 79 additions and 6 deletions
+7 -1
View File
@@ -11,10 +11,16 @@ footer a:hover {
footer .card {
background-color: var(--secondary-color) !important;
border-radius: .75rem;
cursor: context-menu;
overflow: hidden;
}
footer .card-text *{
footer .card:hover {
transition: all 0.3s ease-out;
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
}
footer .card-text * {
background-color: var(--secondary-color) !important;
}