Open dmitsuki opened 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.
I found the same issue today. I'd also be very grateful for any insight.
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.