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