We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ac7f4 commit a9c804aCopy full SHA for a9c804a
2 files changed
dev/index.html
@@ -4,8 +4,6 @@
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<script type="module" src="../src/wc-code.js"></script>
7
- <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">
8
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
9
</head>
10
<body>
11
<header>
src/wc-code.css
@@ -3,8 +3,13 @@ wc-code input[type="button"] {
3
border-radius: 3px;
margin: 5px 5px;
padding: 4px 18px;
- background: white;
- color: black;
+ background: white;
+ color: black;
+ cursor: pointer;
+}
+
+wc-code input[type=button]:hover{
12
+ background: #ccc;
13
}
14
15
0 commit comments