commit fcaa862778272ab33f636c81534a210f50534781
parent 679f0ac7aa0f404c1470daf28767802cb02d8e8b
Author: Hunter
Date:   Wed, 13 Nov 2024 21:11:21 -0500

improved text highlighting for sugar theme

Diffstat:
Mindex.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -123,6 +123,9 @@ & input[type="text"] { text-shadow: 1px 1px 1px var(--cola); } + input[type="text"]::selection { + color: var(--text); + } } /* interface styling */