/* ==UserStyle==
@name        Highlight hovered message
@description Adds a background and underline to the Discord message under the mouse cursor
@match       https://discord.com/*
==/UserStyle== */

div[class*=cozyMessage]:hover {
    background-color: #ccc1;
    box-shadow: 0 1px 0px #eee5;
}
