mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-08 04:42:11 +00:00
Matugen/Discord: make emoji tooltip more readable
This commit is contained in:
@@ -181,4 +181,20 @@ h3[class*="postTitleText"]:hover {
|
|||||||
[class*="messageContent"][class*="deleted"]:hover span {
|
[class*="messageContent"][class*="deleted"]:hover span {
|
||||||
color: var(--text-2) !important;
|
color: var(--text-2) !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Improve tooltip readability */
|
||||||
|
[class*="tooltip"],
|
||||||
|
[class*="tooltip"] *,
|
||||||
|
[role="tooltip"],
|
||||||
|
[role="tooltip"] * {
|
||||||
|
color: var(--text-2) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="tooltipText"],
|
||||||
|
[class*="tooltipContent"],
|
||||||
|
[class*="tooltip"] span,
|
||||||
|
[class*="tooltip"] div {
|
||||||
|
color: var(--text-2) !important;
|
||||||
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user