mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-02 08:14:16 -05:00
12 lines
152 B
SCSS
12 lines
152 B
SCSS
|
@import "../../colors";
|
||
|
|
||
|
p {
|
||
|
&.char-count {
|
||
|
color: $active-dark-gray;
|
||
|
|
||
|
&.overmax {
|
||
|
color: $ui-orange;
|
||
|
}
|
||
|
}
|
||
|
}
|