Shadow on stats

This commit is contained in:
Trevor Vallender 2024-06-21 13:33:03 +01:00
parent 511f066ab0
commit ab5af6e19c
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@
}
.stat-value {
box-shadow: inset 10px 10px 15px var(--light-shadow-color), inset -10px -10px 15px var(--light-shadow-color);
position: relative;
}

View File

@ -7,6 +7,7 @@
--header-height: 200px;
--shadow-color: #999;
--light-shadow-color: #CCC;
--secondary-text-color: #777;
--inset-bg-color: #eee;