Initial commit

This commit is contained in:
MassiveBox 2024-01-30 15:49:24 +01:00
commit ef2f7aeaaa
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
22 changed files with 566 additions and 0 deletions

16
popup.css Normal file
View file

@ -0,0 +1,16 @@
body {
padding: 0em 1em;
}
p#status {
font-weight: bold;
}
ul {
margin-top: -1ex;
padding-left: 1em;
}
.count {
color: #cc0000;
}