Disable white text seletion

This commit is contained in:
Adriano Caloiaro 2023-04-16 13:14:52 -06:00
parent fcd7fa6c2f
commit 646706af3e
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -64,25 +64,6 @@ hr.small {
display: none;
}
::-moz-selection {
color: white;
text-shadow: none;
background-color: {{ site.hover-col }};
}
::selection {
color: white;
text-shadow: none;
background-color: {{ site.hover-col }};
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
img {
max-width: 100%;
}