9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
|
#layer {
|
||
|
::outline {
|
||
|
line-color: aliceblue;
|
||
|
line-width: 5;
|
||
|
}
|
||
|
// default attachement comes after
|
||
|
line-color: orchid;
|
||
|
line-width: 10;
|
||
|
}
|