Files
midas/midas/cli/hl_python.css
LordBaryhobal 4d343a61ff feat!: remove Python constraint type
this feature was only partially implemented (parsing) and the syntax was not ideal so this commit removes it entirely
2026-07-09 14:15:36 +02:00

25 lines
331 B
CSS

span {
&.base-type {
--col: 108, 233, 108;
}
&.arg {
--col: 103, 192, 224;
}
&.frame-column {
--col: 216, 231, 81;
}
&.frame-type {
--col: 231, 46, 40;
}
&.function {
--col: 215, 103, 224;
}
&.parameter {
--col: 103, 192, 224;
}
}