Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
dark theme quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic7777 committed Mar 1, 2019
1 parent 5f531aa commit c3e5b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class AtomicCalendar extends LitElement {
table.cal{
color:black;
color: ${this.config.titleColor}
margin-left: 0px;
margin-right: 0px;
border-spacing: 10px 5px;
Expand All @@ -278,10 +278,12 @@ class AtomicCalendar extends LitElement {
font-size: 95%;
max-width: 38px;
margin: auto;
color: ${this.config.titleColor}
}
tr.cal {
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion atomic-calendar.js

Large diffs are not rendered by default.

0 comments on commit c3e5b21

Please sign in to comment.