9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
#layer {
|
|
// default attachement comes before
|
|
line-color: chartreuse;
|
|
line-width: 10;
|
|
}
|
|
#layer::inline {
|
|
line-color: lime;
|
|
line-width: 5;
|
|
} |