Update title link styles
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ladder | playground</title>
|
||||
<!-- <link rel="stylesheet" href="/styles.css" /> -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
|
||||
<style>
|
||||
#modifierContainer::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<a
|
||||
href="/"
|
||||
aria-label="ladder"
|
||||
class="flex -ml-2 h-8 font-extrabold tracking-tight hover:underline focus:outline-none focus:ring focus:border-[#7AA7D1] ring-offset-2"
|
||||
class="flex -ml-2 h-8 font-extrabold tracking-tight no-underline focus:outline-none focus:ring focus:border-[#7AA7D1] ring-offset-2"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
Reference in New Issue
Block a user