Improved dark mode colors remover

Improved data-x-src:hover font-size
This commit is contained in:
djmaze 2021-03-05 11:44:13 +01:00
parent b6d1df2f82
commit 43e107b0cb
3 changed files with 5 additions and 6 deletions

View file

@ -403,6 +403,7 @@
img[data-x-src]:not([src]):hover::after {
content: attr(data-x-src);
font-family: var(--fontSans);
font-size: 11px;
height: auto;
transform: translate(-25%,0);
width: auto;