Update finimalism.css
This commit is contained in:
parent
1fd8eca9c3
commit
a6ff6922e8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Overlay Progress Bar */
|
||||
#itemDetailPage .itemProgressBar,
|
||||
#indexPage .itemProgressBar {
|
||||
height: 2000em;
|
||||
height: 1000em;
|
||||
background: #0000;
|
||||
}
|
||||
.innerCardFooter.fullInnerCardFooter.innerCardFooterClear {
|
||||
|
@ -13,7 +13,7 @@
|
|||
margin: 0;
|
||||
}
|
||||
.itemProgressBarForeground {
|
||||
background-color: rgba(var(--accent), 0.8);
|
||||
background-color: rgba(var(--accent), 0.35);
|
||||
}
|
||||
|
||||
/*Alternate itempage*/
|
||||
|
|
Loading…
Reference in a new issue