Skip to content

Commit

Permalink
feat: switch to simple css
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbruhn committed Dec 5, 2023
1 parent 2880101 commit a5f7d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Random Phone Generator</title>
<style>
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
th {
background-color: lightgray;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}
</style>
<link rel="stylesheet" href="https://unpkg.com/simpledotcss/simple.min.css">
</head>

<body style="line-height: 1.75;">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random-phone",
"version": "1.1.0",
"version": "1.2.0",
"description": "Generate random & valid regional phone numbers",
"private": true,
"scripts": {
Expand Down

0 comments on commit a5f7d09

Please sign in to comment.