diff --git a/frontend/styles/global.scss b/frontend/styles/global.scss index cd48613..e07cbce 100644 --- a/frontend/styles/global.scss +++ b/frontend/styles/global.scss @@ -20,9 +20,15 @@ body { font-family: Moderat, Helvetica Neue; margin: 0; + + ::selection { + background-color: #72533b; + color: white; + } } a { + color: inherit; text-decoration: none; }