Skip to content

Commit dd164c7

Browse files
authored
Update post_vue.html
updated style
1 parent 31f58d2 commit dd164c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

post_vue.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="name">
99
<meta name="description" content="description here">
1010
<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-->
1212

1313
<style>
1414
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@@ -17,6 +17,9 @@
1717
.smooth {
1818
transition: box-shadow 0.3s ease-in-out;
1919
}
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+
}
2023
</style>
2124
</head>
2225
<body class="bg-white font-sans leading-normal tracking-normal">

0 commit comments

Comments
 (0)