added stylesheet sentiment colors

This commit is contained in:
vysitor 2025-03-20 15:24:44 +01:00
parent a4e76dbc77
commit b795314716

View file

@ -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;