}
/* Make text (not icon) brighten on hover */
-.card:hover .tile-body h3,
-.card:hover .tile-body p {
+.card:hover .tile-body h3 {
color: var(--accent);
}
font-size: .9rem;
}
-.foot-links{ display: flex; gap: 12px; flex-wrap: wrap; }
-.foot-links a{
- color: inherit;
+.foot-links a {
+ color: var(--muted);
text-decoration: none;
- border-bottom: 1px dashed var(--ring);
+ transition: color .15s ease, text-decoration-color .15s ease;
+ text-decoration-thickness: 1px;
+ text-underline-offset: 3px;
}
-.foot-links a:hover{
- color: var(--fg);
- border-bottom-color: var(--accent);
+
+.foot-links a:hover {
+ color: var(--accent);
+ text-decoration: underline;
+ text-decoration-color: var(--accent);
}
/* =================