Modified selection.

This commit is contained in:
Adam Burgess 2021-07-06 19:16:08 +10:00
parent baa2b19349
commit e5141599b7

View File

@ -22,6 +22,10 @@
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
} }
::selection {
background-color: rgba(40, 122, 195, 0.65);
}
.container { .container {
max-width: 1400px; max-width: 1400px;
margin: 0 auto; margin: 0 auto;