fix: blog links text decoration style

This commit is contained in:
Hossein Mehrabi
2023-07-17 20:22:09 +03:30
parent e6668ca37b
commit 9e05dc9273
@@ -63,6 +63,14 @@
.blog-wrapper--index h2[itemprop='headline'] {
@include lsd.typography('h6');
> a {
text-decoration: none;
}
}
.blog-wrapper .breadcrumbs__item {
text-decoration: none;
}
.blog-wrapper > .container > .row > main {