From 13df5a135a9c4abcb5ffc2a2ae882de272148b9a Mon Sep 17 00:00:00 2001 From: Dmitri DB Date: Thu, 5 May 2022 14:26:50 -0700 Subject: nice subtle box shadow on dna circles to really round it out --- dna.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dna.css b/dna.css index 2f67abb..a3e810d 100644 --- a/dna.css +++ b/dna.css @@ -20,6 +20,7 @@ width: 8px; height: 8px; border-radius: 50%; + box-shadow: 0 0 .5em .1em #fff; background: var(--light-blue-trans); z-index: -2; } -- cgit v1.2.3