Removes animation on colorful theme, and updates initial config

This commit is contained in:
Alicia Sykes
2021-05-02 15:50:31 +01:00
parent c6f8a629f6
commit 5e10cb2140
4 changed files with 13 additions and 5 deletions

View File

@@ -190,6 +190,7 @@ html[data-theme='colorful'] {
.item:nth-child(6n) { color: #afeb5c; border: 1px solid #afeb5c; }
.item:nth-child(7n) { color: #ebb75c; border: 1px solid #ebb75c; }
.item:nth-child(8n) { color: #eb615c; border: 1px solid #eb615c; }
.tile-title span.text { transition: none; }
.item:hover, .item:focus {
opacity: 0.85;
outline: none;