Skip to content

Commit

Permalink
style: Use CSS variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Sep 18, 2024
1 parent dbd1c50 commit f45fabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ KpResultsView .key-number {

.card-text-view {
padding: 12px;
color: @card_fg_color;
background: @card_bg_color;
color: var(--card-fg-color);
background: var(--card-bg-color);
}

.toolbar-thick {
Expand Down

0 comments on commit f45fabf

Please sign in to comment.