Disable white text seletion
This commit is contained in:
parent
fcd7fa6c2f
commit
646706af3e
1 changed files with 0 additions and 19 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue