Skip to content

Commit a66db50

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

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,16 @@
224224
--color-console--background: @surface;
225225
}
226226

227-
.incidents-bar {
228-
background-color: @gold;
227+
.detail-box__icon {
228+
color: @accent-color !important;
229+
}
230+
231+
.variant--action .icon {
232+
--hc-icon-fill: @accent-color !important;
233+
}
234+
235+
.datacenter-location--highlighted {
236+
fill: @accent-color !important;
229237
}
230238
}
231239
}

0 commit comments

Comments
 (0)