summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri DB <[email protected]>2022-05-05 14:26:50 -0700
committerDmitri DB <[email protected]>2022-05-05 14:26:50 -0700
commit13df5a135a9c4abcb5ffc2a2ae882de272148b9a (patch)
treeeb6017933ebee159ab2713d29f8f991005406720
parentb804c7884c33c535d9375482993740e0dac4b6d1 (diff)
download31337itsolutions.com-13df5a135a9c4abcb5ffc2a2ae882de272148b9a.tar.gz
nice subtle box shadow on dna circles to really round it out
-rw-r--r--dna.css1
1 files changed, 1 insertions, 0 deletions
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;
}