mirror of
https://codeberg.org/Freeplay/Gitea-Modern
synced 2023-10-25 19:10:14 +00:00
14 lines
335 B
CSS
14 lines
335 B
CSS
/*** 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;
|
|
} |