added stylesheet sentiment colors
This commit is contained in:
parent
a4e76dbc77
commit
b795314716
1 changed files with 12 additions and 0 deletions
|
@ -234,6 +234,18 @@ tbody tr:hover {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.sentiment-positive {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.sentiment-negative {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.sentiment-neutral {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.back-link {
|
||||
position: fixed;
|
||||
bottom: 50px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue