1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-08 08:20:27 +00:00

Add a hover effect for card icons

This commit is contained in:
Jeremy Ruston 2024-10-07 11:59:49 +01:00
parent 5af26067b6
commit aa6412e435

View File

@ -170,6 +170,14 @@ type: text/vnd.tiddlywiki
transform: scale(1.05);
}
.tc-card .tc-card-icon svg {
transition: transform 0.3s ease-in-out;
}
.tc-card:hover .tc-card-icon svg {
transform: scale(1.1);
}
.tc-card-title {
font-size: 1.2em;
line-height: 1.2;