mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 14:58:46 +00:00
10 lines
94 B
SCSS
10 lines
94 B
SCSS
|
|
$paulrougetpink: #f06;
|
|
|
|
div {
|
|
color: $paulrougetpink;
|
|
}
|
|
|
|
span {
|
|
background-color: #EEE;
|
|
} |