8 lines
83 B
SCSS
8 lines
83 B
SCSS
.link-page::after {
|
|
content: " →";
|
|
}
|
|
|
|
.link-site::after {
|
|
content: " ↗";
|
|
}
|