File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 --dashboard-text-muted : # 94a3b8 ;
3030
3131 --dashboard-card-background : # ffffff ;
32+ --dashboard-content-background : # fcfcfd ;
3233 --dashboard-card-gradient-start : # f8fafc ;
3334 --dashboard-card-gradient-end : # e2e8f0 ;
3435 --dashboard-avatar-background : # ddd ;
@@ -110,6 +111,7 @@ body {
110111 --dashboard-text-muted : # 64748b ;
111112
112113 --dashboard-card-background : # 262626 ;
114+ --dashboard-content-background : # 1e1e1e ;
113115 --dashboard-card-gradient-start : # 2a2a2a ;
114116 --dashboard-card-gradient-end : # 1f1f1f ;
115117 --dashboard-avatar-background : # 3f3f3f ;
@@ -438,6 +440,7 @@ body {
438440 padding : 24px 32px ;
439441 overflow-y : auto;
440442 overflow-x : hidden;
443+ background : var (--dashboard-content-background );
441444}
442445
443446.dashboard-section {
@@ -3051,9 +3054,6 @@ body {
30513054 background : var (--dashboard-card-background );
30523055 border-radius : 16px ;
30533056 border : 1px solid var (--dashboard-shadow-light );
3054- box-shadow :
3055- 0 1px 3px var (--dashboard-shadow-subtle ),
3056- 0 4px 12px rgba (0 , 0 , 0 , 0.03 );
30573057}
30583058
30593059/* Profile card */
You can’t perform that action at this time.
0 commit comments