mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
9 lines
297 B
CSS
9 lines
297 B
CSS
|
|
@import url('https://ctalvio.github.io/Ultrachromic/accentlist.css');
|
||
|
|
/*Values used by monochromic when not accented*/
|
||
|
|
|
||
|
|
.transcodingProgress > div, .itemProgressBarForeground {
|
||
|
|
background-color: rgba(255,255,255,0.3);
|
||
|
|
}
|
||
|
|
.playbackProgress > div {
|
||
|
|
background-color: rgba(255,255,255,0.75);
|
||
|
|
}
|