Initial commit

This commit is contained in:
2021-07-13 23:11:58 +02:00
commit 96063abc3a
9 changed files with 228 additions and 0 deletions

15
popup/choose_url.css Normal file
View File

@@ -0,0 +1,15 @@
html, body {
width: 300px;
}
.button {
width: 100%;
padding: 4px;
font-size: 1.5em;
text-align: center;
cursor: pointer;
}
.button:hover {
background-color: #CFF2F2;
}