mirror of
https://github.com/atom/atom.git
synced 2026-01-14 01:18:01 -05:00
8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
@color: #4D926F;
|
|
|
|
#header {
|
|
color: @color;
|
|
}
|
|
h2 {
|
|
color: @color;
|
|
} |