Skip to content

Commit

Permalink
changed color of neg and pos analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesore- committed Jan 20, 2017
1 parent 231d3df commit 180e0a9
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions client/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,42 +25,42 @@ body{

/*Sentiment highlights.*/

pos1 {
background-color: rgba(240, 174, 219, 0.44);
neg1 {
background-color: rgba(225, 0, 0, 0.25);
}

pos2 {
background-color: rgba(224, 127, 193, 0.44);
neg2 {
background-color: rgba(225, 0, 0, 0.30);
}

pos3 {
background-color: rgba(221, 89, 179, 0.44);
neg3 {
background-color: rgba(225, 0, 0, 0.35);
}

pos4 {
background-color: rgba(215, 51, 163, 0.44);
neg4 {
background-color: rgba(225, 0, 0, 0.40);
}

pos5 {
background-color: rgba(221, 7, 152, 0.44);
neg5 {
background-color: rgba(225, 0, 0, 0.44);
}

neg1 {
background-color: rgba(149, 232, 237, 0.44);
pos1 {
background-color: rgba(0, 125, 0, 0.30);
}

neg2 {
background-color: rgba(106, 217, 223, 0.44);
pos2 {
background-color: rgba(25, 125, 50, 0.35);
}

neg3 {
background-color: rgba(75, 203, 210, 0.44);
pos3 {
background-color: rgba(50, 150, 75, 0.40);
}

neg4 {
background-color: rgba(47, 188, 196, 0.44);
pos4 {
background-color: rgba(50, 175, 75, 0.44);
}

neg5 {
background-color: rgba(9, 177, 187, 0.44);
pos5 {
background-color: rgba(75, 225, 100, 0.44);
}

0 comments on commit 180e0a9

Please sign in to comment.