Skip to content

Commit 923c206

Browse files
💄 Added selection colour of purple
1 parent 33b64d6 commit 923c206

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles/globals.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
*::selection {
2+
background-color: #553c9a;
3+
}
4+
15
html {
2-
scroll-behavior: smooth;
6+
scroll-behavior: smooth;
37
}

0 commit comments

Comments
 (0)