Skip to content

Commit

Permalink
feat: cleaner style without header bgcolor, dedup css
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Jul 29, 2023
1 parent ad45751 commit db88472
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ input.text-end.form-control:focus {
box-shadow: 0 0 0;
color: var(--textcolor);
}

.input-group-text {
background-color: var(--selection);
}

.straight-corners {
border-radius: 0;
}
Expand Down Expand Up @@ -265,30 +260,15 @@ input[type="number"] {
color: var(--textcolor);
}

.Expenses-card {
border: 1px solid var(--comment);
}

.Expenses-card-header {
background-color: var(--selection);
border-bottom: 1px solid var(--comment);
}

.Expenses-card,
.stat-card,
.Revenue-card {
border: 1px solid var(--comment);
}

.Expenses-card-header,
.stat-card-header,
.Revenue-card-header {
background-color: var(--selection);
border-bottom: 1px solid var(--comment);
}

.stat-card {
border: 1px solid var(--comment);
}

.stat-card-header {
background-color: var(--selection);
border-bottom: 1px solid var(--comment);
}

Expand Down

0 comments on commit db88472

Please sign in to comment.