Skip to content

Commit

Permalink
style(website/fe): Fix the footer text font color in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsertkov committed May 28, 2024
1 parent 1fb6e84 commit b4805ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/fe/src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ body > * {
margin: 1em;
padding: 1em !important;
}

/* fix for dark theme light color applied by pico.css while dark theme */
/* is disabled by data-theme attribute */
footer {
color: var(--pico-color);
}

0 comments on commit b4805ac

Please sign in to comment.