Skip to content

Commit f982cca

Browse files
committed
Set SABnzbd graph color to accent color
1 parent 1849856 commit f982cca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/base/sabnzbd/sabnzbd-base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ hr {
262262
}
263263

264264
svg.peity polygon {
265-
fill: var(--button-color) !important;
265+
fill: rgb(var(--accent-color)) !important;
266266
}
267267

268268
svg.peity polyline {
269-
stroke: var(--button-color) !important;
269+
stroke: rgb(var(--accent-color)) !important;
270270
}
271271

272272
.rss-icon-svg {

0 commit comments

Comments
 (0)