mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +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;
|
|
}
|