10 lines
211 B
CSS
10 lines
211 B
CSS
@import url("taffybar.css");
|
|
|
|
/* Host-specific density tweaks for ryzen-shine. Keep the same visual style,
|
|
* but shrink the bar back down after the upstream sizing change.
|
|
*/
|
|
|
|
.taffy-box {
|
|
font-size: 10pt;
|
|
}
|