16 lines
240 B
SCSS
16 lines
240 B
SCSS
@import "_variables";
|
|
|
|
urlset {
|
|
background-color: $background_color;
|
|
url {
|
|
color: $font_color;
|
|
&:after {
|
|
content: '\a';
|
|
white-space: pre;
|
|
}
|
|
&:before {
|
|
content: '> ';
|
|
white-space: pre;
|
|
}
|
|
}
|
|
}
|