1
Fork 0

fix scss error

This commit is contained in:
Motiejus Jakštys 2024-01-26 10:53:36 +02:00
parent b92f5ef134
commit 18d8506616
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ blockquote {
}
@function svgarrow($color) {
@return url("data:image/svg+xml;utf8,<svg width='19' height='10' xmlns='http://www.w3.org/2000/svg'><path d='M17.5 1.5l-8 7-8-7' stroke='%23" + $color +"' stroke-width='2' fill='none' fill-rule='evenodd'/></svg>");
@return url("data:image/svg+xml;utf8,<svg width='19' height='10' xmlns='http://www.w3.org/2000/svg'><path d='M17.5 1.5l-8 7-8-7' stroke='%23"+$color+"' stroke-width='2' fill='none' fill-rule='evenodd'/></svg>");
}
#page-index #faq {