mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
8 lines
92 B
SCSS
8 lines
92 B
SCSS
|
.upload-stats rect {
|
||
|
fill: $sparkline_color;
|
||
|
}
|
||
|
|
||
|
.upload-stats rect:hover {
|
||
|
fill: red;
|
||
|
}
|