design and translations

This commit is contained in:
2021-05-21 11:41:36 +02:00
parent 098a2ea620
commit a88acd34fd
4 changed files with 23 additions and 11 deletions

View File

@@ -54,10 +54,16 @@ export default {
position: relative;
&:before {
position: absolute;
content: "\f192";
/*
content: "\f192"; //circle-dot
content: "\f1dd"; //paragraph
content: "\f292"; //hashtag
content: "\f069"; //asterisk
*/
content: "\f142"; //ellipsis-v
font-family: "ForkAwesome";
color: #718596ab;
left: -28px;
left: -22px;
top: 4px;
}
a[name^="section"] {