Skip to content

Commit

Permalink
Improve ProjectGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Jun 13, 2024
1 parent 9f2f458 commit 6472172
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,18 +158,17 @@ blockquote {
color: var(--color-text-primary);
}

.ui .card, .ui .segment {
.ui .card,
.ui .segment {
background: var(--color-bg-card);
color: var(--color-text-primary);
border: 1px solid var(--color-border-default);
}


textarea {
background: var(--color-bg);
color: var(--color-text-primary);
border: 1px solid var(--color-border-default);

}

/* https://alexandergottlieb.com/2018/02/22/overflow-scroll-and-the-right-padding-problem-a-css-only-solution/ */
Expand Down

0 comments on commit 6472172

Please sign in to comment.