[DE PE SSE] Fix Bug 54511

This commit is contained in:
ShimaginAndrey 2021-12-14 14:20:12 +03:00
parent 54246a92a9
commit c2735e8606
2 changed files with 5 additions and 5 deletions

View file

@ -13,9 +13,9 @@
.content-block { .content-block {
margin: 0 auto 15px; margin: 0 auto 15px;
a { // a {
color: @text-normal; // color: @text-normal;
} // }
} }
.settings-about-logo { .settings-about-logo {

View file

@ -148,8 +148,8 @@
.about { .about {
.content-block { .content-block {
margin: 0 auto 15px; margin: 0 auto 15px;
a { p:last-child {
color: @black; text-decoration: underline;
} }
} }
} }