[DE PE SSE] Fix Bug 54511

This commit is contained in:
ShimaginAndrey 2021-12-21 12:02:49 +03:00
parent 0d62988f44
commit b2a718a974
2 changed files with 5 additions and 3 deletions

View file

@ -14,7 +14,7 @@
margin: 0 auto 15px; margin: 0 auto 15px;
a { a {
// color: @text-normal; color: @text-normal;
} }
} }

View file

@ -154,8 +154,10 @@
.about { .about {
.content-block { .content-block {
margin: 0 auto 15px; margin: 0 auto 15px;
a {
color: @text-normal; p:last-child a{
color: var(--brand-word);
text-decoration: underline;
} }
} }
} }