8 linhas
70 B
Plaintext
8 linhas
70 B
Plaintext
@color: #4D926F;
|
|
|
|
#header {
|
|
color: @color;
|
|
}
|
|
h2 {
|
|
color: @color;
|
|
} |