|
313 | 313 | border: 1px solid var(--ifm-color-border); |
314 | 314 | box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); |
315 | 315 | backdrop-filter: blur(10px); |
| 316 | + /* background-color: rgba(255, 255, 255, 0.95); */ |
316 | 317 | position: relative; |
317 | 318 | overflow: hidden; |
318 | 319 | } |
|
1986 | 1987 | } |
1987 | 1988 |
|
1988 | 1989 | .dashboard-stat-value { |
1989 | | - font-size: 3rem; |
| 1990 | + /* font-size: 3rem; |
1990 | 1991 | font-weight: 800; |
1991 | | - background: linear-gradient( |
| 1992 | + |
| 1993 | + -webkit-background-clip: text; |
| 1994 | + -webkit-text-fill-color: transparent; |
| 1995 | +
|
| 1996 | + margin-bottom: 0.5rem; |
| 1997 | + text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| 1998 | + transition: all 0.3s ease; |
| 1999 | + position: relative; */ |
| 2000 | + /* background: linear-gradient( |
1992 | 2001 | 135deg, |
1993 | 2002 | var(--ifm-color-primary) 0%, |
1994 | 2003 | var(--ifm-color-primary-dark) 100% |
1995 | | - ); |
1996 | | - -webkit-background-clip: text; |
1997 | | - -webkit-text-fill-color: transparent; |
| 2004 | + ); */ |
1998 | 2005 | background-clip: text; |
| 2006 | + font-size: 3rem; |
| 2007 | + font-weight: 800; |
| 2008 | + color: var(--ifm-color-primary); |
1999 | 2009 | margin-bottom: 0.5rem; |
2000 | 2010 | text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
2001 | | - transition: all 0.3s ease; |
| 2011 | + transition: color 0.3s ease; |
2002 | 2012 | position: relative; |
| 2013 | + -webkit-font-smoothing: antialiased; |
| 2014 | + -moz-osx-font-smoothing: grayscale; |
2003 | 2015 | } |
2004 | 2016 |
|
2005 | 2017 | .dashboard-stat-card:hover .dashboard-stat-value { |
|
0 commit comments