Skip to content

Commit

Permalink
fix(demo): fix styles in demo CSS
Browse files Browse the repository at this point in the history
Close #88
  • Loading branch information
javier-godoy committed Dec 11, 2024
1 parent 96c858e commit 400848e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
* limitations under the License.
* #L%
*/
[part='date'].holiday {
[part~='date'].holiday {
color: var(--lumo-error-contrast-color);
}

[part='date'].holiday::before {
[part~='date'].holiday::before {
background-color: var(--lumo-error-color);
}

[part='date'].weekend {
[part~='date'].weekend {
color: var(--lumo-error-color);
}

0 comments on commit 400848e

Please sign in to comment.