« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/userstuff/discord/Highlight hovered message.user.css
diff options
context:
space:
mode:
Diffstat (limited to 'userstuff/discord/Highlight hovered message.user.css')
-rw-r--r--userstuff/discord/Highlight hovered message.user.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/userstuff/discord/Highlight hovered message.user.css b/userstuff/discord/Highlight hovered message.user.css
new file mode 100644
index 0000000..fe9d89b
--- /dev/null
+++ b/userstuff/discord/Highlight hovered message.user.css
@@ -0,0 +1,10 @@
+/* ==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;
+}