commit eb657dfabbe7d9bb832910017b14832095f269f8
parent b41cb019e51274badaa26bafdd81b8285ffef96e
Author: Hunter
Date:   Thu, 26 Jun 2025 16:23:57 -0400

vineyard theme: make ::selection visible

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

diff --git a/index.html b/index.html @@ -150,6 +150,11 @@ & input[type="text"] { font-family: BasteleurMoonlight; } + input[type="text"]::selection { + background-color: var(--background); + color: var(--text); + text-shadow: none; + } .active { border-radius: 30px 0px 0px 30px; }