Initial commit
This commit is contained in:
13
stylesheet.css
Normal file
13
stylesheet.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user