johannesjo / super-productivity-themes

The repository for user made themes for Super Productivity <3
MIT License
18 stars 7 forks source link

Header isn't included in custom themes #2

Open dmitsuki opened 1 year ago

dmitsuki commented 1 year ago

The themes here do not include the header, where "Today" and the buttons for task icons sit. I can inspect element and see that

.wrapper[_ngcontent-hup-c124] { background: #000000; <- THIS ONE display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding: 4px 8px; min-height: 56px; }

In this section if I change background it changes to the correct color, and by default it is transparent, but I have no clue how to include this in styles.css because I don't know anything about CSS. Any insight on this would be much appreciated.

cocoonkid commented 4 months ago

I found the same issue today. I'd also be very grateful for any insight.