quick sketch of descriptions and interactions for app list

This commit is contained in:
rra
2022-01-21 14:39:44 +01:00
parent c99d055fe1
commit dfce751860
2 changed files with 21 additions and 3 deletions

View File

@ -211,4 +211,20 @@ footer .content span {
.button {
font-family: "Gudea", "sans-serif" !important;
}
.app_icon:hover {
transform: rotate(-15deg);
}
.app_name{
font-weight: bold;
font-size: 18px;
margin-bottom: 0.2em;
}
.app_name:hover{
text-decoration: underline;
}
.app_description{
font-size: 14px;
}