diff --git a/src/styles/index.scss b/src/styles/index.scss index 4d6dc39..4a08371 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -13,6 +13,11 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; + + ::selection { + background-color: var(--color-accent-background); + color: var(--color-font); + } } * {