codice icon indicating copy to clipboard operation
codice copied to clipboard

should be able to override inline style css variable with css

Open huozhi opened this issue 10 months ago • 0 comments

currently it's defined with a strict selector but we should be able to override with variable from outside

${C} {
  --codice-code-line-number-color: #a4a4a4;
  --codice-code-highlight-color: #555555;
  --codice-control-color: #8d8989;

huozhi avatar Feb 24 '25 00:02 huozhi