junior-sheer/_extensions/quarto-journals/acm/custom.scss
Carl Colglazier fc929dbfed Init
2024-01-31 17:08:47 -06:00

7 lines
106 B
SCSS

/*-- scss:defaults --*/
$pink: rgb(219, 48, 122);
/*-- scss:rules --*/
.mcolor-mypink {
color: $pink;
}