Skip to content

Commit 7b60b2a

Browse files
authored
Update styles.css
1 parent 3a41913 commit 7b60b2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,13 @@ body {
251251
overflow: visible;
252252
}
253253

254+
.sum-card {
255+
padding: 15px;
256+
background: var(--bg-primary);
257+
border-radius: 8px;
258+
border: 1px solid var(--border-color);
259+
}
260+
254261
/* Common Card Elements */
255262
.logo {
256263
display: flex;

0 commit comments

Comments
 (0)