Very bad (almost invisible) view of klipper macros in gcode section (dark theme)
Need to replace this from #eeeeee to #ff0000 for example
For example #PAUSE_PRINT, #RESUME_PRINT
html[data-theme="dark"] pre {
For example #PAUSE_PRINT, #RESUME_PRINT
html[data-theme="dark"] pre {
color: #ff0000 !important;
background-color: #555555 !important;
border-color: #777777 !important;
}
Comments