Skip to content

Commit ab70922

Browse files
authored
Merge pull request #713 from wthueb/sabnzbd-graph
2 parents 1849856 + f982cca commit ab70922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)