Files
quotes/stylesheet.css
2025-07-16 15:12:58 +00:00

13 lines
235 B
CSS

.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;
}