commit 679f0ac7aa0f404c1470daf28767802cb02d8e8b
parent c2212c1a22c4612fe18ffa4abcc57dcb75fa80bb
Author: Hunter
Date:   Wed, 13 Nov 2024 15:32:39 -0500

style 'sugar' checkboxes like gumballs

Diffstat:
Mindex.html | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -43,7 +43,7 @@ --blue-raspberry: #0458b3; --cola: #1e1515; - --bubblegum: #e1175e; + --bubblegum: #e11761; --taffy: #eaeaea; } @@ -117,6 +117,12 @@ .active { border-radius: 30px 0px 0px 30px; } + .custom-checkbox:checked + .checkbox-label::before { + display: none; + } + & input[type="text"] { + text-shadow: 1px 1px 1px var(--cola); + } } /* interface styling */