mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-01 06:33:22 +00:00
10 lines
94 B
SCSS
10 lines
94 B
SCSS
|
|
$paulrougetpink: #f06;
|
|
|
|
div {
|
|
color: $paulrougetpink;
|
|
}
|
|
|
|
span {
|
|
background-color: #EEE;
|
|
} |