added achievements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user