Skip to content

Commit

Permalink
chore: body background per theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanova committed Sep 20, 2024
1 parent 8f28b5f commit b439b69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples-standalone/coffee-warehouse/src/styles/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ h3 {
padding: 0;
}

body{
background-color: var(--kendo-color-surface-alt)
};

a {
text-decoration: none;
}
Expand Down Expand Up @@ -39,7 +43,7 @@ a {
}

.card-container {
background-color: $white;
background-color: var(--kendo-color-app-surface);
padding: 40px 0;
text-align: center;

Expand Down

0 comments on commit b439b69

Please sign in to comment.