diff --git a/misskey/tweaks/readable-mentions.css b/misskey/tweaks/readable-mentions.css new file mode 100644 index 0000000..cd6d352 --- /dev/null +++ b/misskey/tweaks/readable-mentions.css @@ -0,0 +1,14 @@ +/*** READABLE MENTIONS ***/ +a[href^="/@"][style^="background:"] { + color: inherit !important; + padding: 0.15em 0.35em; + padding-left: 0.2em; + margin: -0.15em 0; +} +a[href^="/@"][style^="background:"] img { + height: 1.3em !important; + width: 1.3em !important; +} +a[href^="/@"][style^="background:"] span { + opacity: 1 !important; +} \ No newline at end of file