diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index 770dc40ad..4dbd8ec98 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -1180,8 +1180,12 @@ li > dl > dt { text-align: center; flex: 10%; } +#icons > blockquote > div > div:hover img { + filter: drop-shadow(0 0 10px black); +} #icons > blockquote > div img { margin: 10px; + transition: filter 100ms ease-in-out; } #icons > blockquote > div p { font-size: inherit;