🍦 tweaked css 👝

This commit is contained in:
Matei Adriel 2019-06-05 01:43:21 +00:00
parent 6a0835d87f
commit 5591cbbdce
2 changed files with 4 additions and 0 deletions

View file

@ -112,4 +112,7 @@ div.component-container{
.mdc-list-item--activated { .mdc-list-item--activated {
background : orange; background : orange;
*{
color: rgb(255, 255, 255);
}
} }

View file

@ -125,6 +125,7 @@ render(html`
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">add</i> <i class="material-icons mdc-list-item__graphic" aria-hidden="true">add</i>
<span class="mdc-list-item__text">Add component</span> <span class="mdc-list-item__text">Add component</span>
</a> </a>
</nav> </nav>
</div> </div>
</aside> </aside>