Very bad (almost invisible) view of klipper macros in gcode section (dark theme)

edited April 2020 in Bug Reports
Need to replace this from #eeeeee to #ff0000 for example
For example #PAUSE_PRINT, #RESUME_PRINT

html[data-theme="dark"] pre {
  color: #ff0000 !important;
  background-color: #555555 !important;
  border-color: #777777 !important;
}


Comments

Sign In or Register to comment.