file: create index.css with different styles

This commit is contained in:
Leon Xu
2022-09-03 11:19:54 -07:00
parent 32090e4a61
commit f4674b516d
+15
View File
@@ -0,0 +1,15 @@
::-webkit-scrollbar {
width: 7px;
}
::-webkit-scrollbar-track {
background: #cfcfcf;
}
::-webkit-scrollbar-thumb {
background: #a5a5a5;
}
* {
text-decoration: none;
}