Skip to content

Commit

Permalink
style empty state text
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Jan 19, 2023
1 parent 7b9a7b0 commit 805647b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ input:not([type="checkbox"]):focus {
/* main page */

.main-page-h2 {
color: var(--txt-col-2);
margin-top: 1rem;
text-align: center;
}
Expand Down Expand Up @@ -322,6 +323,10 @@ header {
padding-left: calc(var(--icon-menu-size) + .5rem);
}

.empty-state {
color: var(--txt-col-2);
font-size: 1.5rem;
}

/* cards */

Expand Down

0 comments on commit 805647b

Please sign in to comment.