.perf { border-radius: 20px; padding: 10px 20px; background: rgba(40, 31, 30, 0.5); } .perf_box { margin-left: 7px; } .perf_bar { /*color: #FFFFFF;*/ /*background: #1d2021;*/ margin: 5px; progress { min-width: 17px; background: #ff5d00; } } .bat_bar { margin: 3px; progress { min-width: 13px; background: #ff9900; } } .ram_bar { margin: 3px; progress { min-width: 13px; background: #ff8866; } } .swap_bar { margin: 3px; progress { min-width: 13px; background: #444444; } }