smaller tweeks, larger linewidth, added year to top movies, consistent color
This commit is contained in:
parent
c76236513e
commit
5cccd6d2cc
3 changed files with 15 additions and 4 deletions
|
|
@ -54,6 +54,9 @@ body{
|
|||
color: var(--axis-color);
|
||||
fill: var(--axis-color);
|
||||
}
|
||||
#timeseries-chart .c3-line {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.container {
|
||||
color: #C7E0E4;
|
||||
|
|
@ -63,6 +66,8 @@ body{
|
|||
|
||||
.kpi {
|
||||
/* color: #B80000; */
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
padding:5px 5px 5px 5px ;
|
||||
font-weight:4;
|
||||
font-size:16px;
|
||||
|
|
@ -76,6 +81,11 @@ body{
|
|||
/* height: 75px; */
|
||||
}
|
||||
|
||||
.kpi-row{
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#score{
|
||||
color: var(--score-color);
|
||||
color: var(--light-blue);
|
||||
|
|
@ -135,9 +145,9 @@ body{
|
|||
}
|
||||
|
||||
.sentiment-chart-title{
|
||||
color:var(--dark-blue);
|
||||
/*text-align: center;*/
|
||||
}
|
||||
/*color:var(--dark-blue);*/
|
||||
/*text-align: center;
|
||||
}*/
|
||||
.word-cloud-title{
|
||||
color:#0071A7;
|
||||
/*text-align: center;*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue