diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..c5e3f73 --- /dev/null +++ b/src/index.css @@ -0,0 +1,15 @@ +::-webkit-scrollbar { + width: 7px; +} + +::-webkit-scrollbar-track { + background: #cfcfcf; +} + +::-webkit-scrollbar-thumb { + background: #a5a5a5; +} + +* { + text-decoration: none; +} \ No newline at end of file