Initial commit

This commit is contained in:
2025-07-16 15:12:58 +00:00
commit 6a728ecd8e
7 changed files with 626 additions and 0 deletions

13
stylesheet.css Normal file
View File

@ -0,0 +1,13 @@
.quote-label {
font-size: 11px;
color: #fff;
padding: 0 8px;
max-width: 400px;
text-align: left;
}
.quote-label:hover {
background-color: rgba(255, 255, 255, 0.1);
border-radius: 4px;
cursor: pointer;
}