Revert "reset(css): themify text selection"

* looks ugly :p

This reverts commit 3d60370494.
This commit is contained in:
Aditya Telange 2020-10-23 16:02:15 +05:30
parent 413034e43b
commit 4e9d470fec
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -140,13 +140,3 @@ img {
*:focus {
outline:none;
}
*::-moz-selection {
background-color: var(--tertiary);
color: var(--primary);
}
*::selection {
background-color: var(--tertiary);
color: var(--primary);
}