Skip to content

Commit 6af8bd7

Browse files
Merge pull request #10 from diomed/patch-1
Update index.html
2 parents 0a84f3e + 41a4942 commit 6af8bd7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
<meta name="description" content="description here">
1111
<meta name="keywords" content="keywords,here">
1212
<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>
1516
</head>
1617
<body class="bg-gray-200 font-sans leading-normal tracking-normal">
1718

@@ -273,7 +274,7 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
273274
<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>
274275
</div>
275276
<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>
277278
</div>
278279
</div>
279280
<!--/Author-->
@@ -316,8 +317,8 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
316317
</div>
317318
</footer>
318319

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>
321322
<script>
322323
//Init tooltips
323324
tippy('.avatar')

0 commit comments

Comments
 (0)