🍦 tweaked css 👝
This commit is contained in:
parent
6a0835d87f
commit
5591cbbdce
|
@ -112,4 +112,7 @@ div.component-container{
|
|||
|
||||
.mdc-list-item--activated {
|
||||
background : orange;
|
||||
*{
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
}
|
|
@ -125,6 +125,7 @@ render(html`
|
|||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">add</i>
|
||||
<span class="mdc-list-item__text">Add component</span>
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</aside>
|
||||
|
|
Loading…
Reference in a new issue