Skip to content

Commit

Permalink
fix(calendar): switch between transparent and background for ehaders
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 22, 2020
1 parent f74c06c commit 08072f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/kibibit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ kibibit:
mcg-title-letter-spacing: .15em
mini-media-player-base-color: white
mini-media-player-icon-color: white
fc-neutral-bg-color: transparent
fc-page-bg-color: var(--primary-background-color)
fc-neutral-bg-color: var(--primary-background-color)
fc-page-bg-color: transparent

#
# kibibit theme - Dark Cards ('White' Cards)
Expand Down Expand Up @@ -165,5 +165,5 @@ kibibit-dark-cards:
mcg-title-letter-spacing: .15em
mini-media-player-base-color: white
mini-media-player-icon-color: white
fc-neutral-bg-color: transparent
fc-page-bg-color: var(--primary-background-color)
fc-neutral-bg-color: var(--primary-background-color)
fc-page-bg-color: transparent

0 comments on commit 08072f0

Please sign in to comment.