17 lines
245 B
SCSS
17 lines
245 B
SCSS
|
@import "_variables";
|
||
|
|
||
|
urlset {
|
||
|
background-color: $background_accent_2;
|
||
|
url {
|
||
|
color: $font_default;
|
||
|
&:after {
|
||
|
content: '\a';
|
||
|
white-space: pre;
|
||
|
}
|
||
|
&:before {
|
||
|
content: '> ';
|
||
|
white-space: pre;
|
||
|
}
|
||
|
}
|
||
|
}
|