diff --git a/index.html b/index.html index 86395c7..e8fa52d 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,10 @@ text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); } + ::selection { + background-color: rgba(40, 122, 195, 0.65); + } + .container { max-width: 1400px; margin: 0 auto;