File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
< meta name ="description " content ="description here ">
11
11
< meta name ="keywords " content ="keywords,here ">
12
12
< link rel ="stylesheet " href ="https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css "/> <!--Replace with your tailwind.css once created-->
13
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css " rel ="stylesheet ">
14
-
13
+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css " rel ="stylesheet ">
14
+ < style > : root {
15
+ ::-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 }</ style >
15
16
</ head >
16
17
< body class ="bg-gray-200 font-sans leading-normal tracking-normal ">
17
18
@@ -273,7 +274,7 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
273
274
< p class ="text-gray-600 text-xs md:text-base "> Tailwind CSS version of Ghost's Casper theme by < a class ="text-gray-800 hover:text-green-500 no-underline border-b-2 border-green-500 " href ="https://www.tailwindtoolbox.com "> TailwindToolbox.com</ a > </ p >
274
275
</ div >
275
276
< div class ="justify-end ">
276
- < button class ="bg-transparent border border-gray-500 hover:border-green-500 text-xs text-gray-500 hover:text-green-500 font-bold py-2 px-4 rounded-full "> Read More</ button >
277
+ < a href =" post.html " class ="bg-transparent border border-gray-500 hover:border-green-500 text-xs text-gray-500 hover:text-green-500 font-bold py-2 px-4 rounded-full "> Read More</ a >
277
278
</ div >
278
279
</ div >
279
280
<!--/Author-->
@@ -316,8 +317,8 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
316
317
</ div >
317
318
</ footer >
318
319
319
- < script src ="https://unpkg.com/popper.js@1/dist/umd/popper.min.js "> </ script >
320
- < script src ="https://unpkg.com/tippy.js@4 "> </ script >
320
+ < script src ="https://unpkg.com/@popperjs/core@2 "> </ script >
321
+ < script src ="https://unpkg.com/tippy.js@6 "> </ script >
321
322
< script >
322
323
//Init tooltips
323
324
tippy ( '.avatar' )
You can’t perform that action at this time.
0 commit comments