Skip to content

Commit a9c804a

Browse files
removed new.css from testing templates, improved wc-code css
1 parent b2ac7f4 commit a9c804a

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

dev/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<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">
97
</head>
108
<body>
119
<header>

src/wc-code.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ wc-code input[type="button"] {
33
border-radius: 3px;
44
margin: 5px 5px;
55
padding: 4px 18px;
6-
background: white;
7-
color: black;
6+
background: white;
7+
color: black;
8+
cursor: pointer;
9+
}
10+
11+
wc-code input[type=button]:hover{
12+
background: #ccc;
813
}
914

1015

0 commit comments

Comments
 (0)