File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
< meta name ="author " content ="name ">
9
9
< meta name ="description " content ="description here ">
10
10
< meta name ="keywords " content ="keywords,here ">
11
- < link href ="https://unpkg.com/tailwindcss/dist/tailwind.min.css " rel ="stylesheet "> <!--Replace with your tailwind.css once created-->
11
+ < link href ="https://unpkg.com/tailwindcss@^2 /dist/tailwind.min.css " rel ="stylesheet "> <!--Replace with your tailwind.css once created-->
12
12
13
13
< style >
14
14
@import url ('https://fonts.googleapis.com/css?family=Quicksand' );
17
17
.smooth {
18
18
transition : box-shadow 0.3s ease-in-out;
19
19
}
20
+ : root {
21
+ ::-webkit-scrollbar {height : 10px ;width : 10px }::-webkit-scrollbar-track {background : # efefef ;border-radius : 6px }::-webkit-scrollbar-thumb {background : # d5d5d5 ;border-radius : 6px }::-webkit-scrollbar-thumb : hover {background : # c4c4c4 }
22
+ }
20
23
</ style >
21
24
</ head >
22
25
< body class ="bg-white font-sans leading-normal tracking-normal ">
You can’t perform that action at this time.
0 commit comments