summaryrefslogtreecommitdiffstats
path: root/app/static
diff options
context:
space:
mode:
Diffstat (limited to 'app/static')
-rw-r--r--app/static/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/static/css/style.css b/app/static/css/style.css
index 7167e05..37d36f6 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -67,6 +67,15 @@ body {
line-height: 1;
}
+.stat-card-link {
+ transition: box-shadow 0.15s, transform 0.15s;
+ cursor: pointer;
+}
+.stat-card-link:hover {
+ box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
+ transform: translateY(-2px);
+}
+
.stat-label {
font-size: 0.8rem;
color: var(--muted);