mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 22:47:59 +01:00
7 lines
98 B
CSS
7 lines
98 B
CSS
.upload-stats rect {
|
|
fill: var(--sparkline-color);
|
|
}
|
|
|
|
.upload-stats rect:hover {
|
|
fill: red;
|
|
}
|