Skip to content

Commit 4f9a262

Browse files
committed
fix(hetzner): set icon colors
1 parent ed71135 commit 4f9a262

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

styles/hetzner-cloud/rose-pine.user.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,18 @@
227227
.incidents-bar {
228228
background-color: @gold;
229229
}
230+
231+
.detail-box__icon {
232+
color: @accent-color !important;
233+
}
234+
235+
.variant--action .icon {
236+
--hc-icon-fill: @accent-color !important;
237+
}
238+
239+
.datacenter-location--highlighted {
240+
fill: @accent-color !important;
241+
}
230242
}
231243
}
232244

0 commit comments

Comments
 (0)