diff --git a/sass/style.scss b/sass/style.scss index ae233b1..be89381 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -4,7 +4,10 @@ } * { box-sizing: border-box; } -::selection{background:#ffffb2} +::selection{ + background-color: #ffffb2; + color: #000; +} body { margin: 0;