[DE PE SSE] Fix Bug 54511

# Conflicts:
#	apps/common/mobile/resources/less/about.less
#	apps/common/mobile/resources/less/common.less
This commit is contained in:
ShimaginAndrey 2021-12-21 12:02:49 +03:00
parent c605a302b6
commit 2d0e40d9c5
2 changed files with 6 additions and 4 deletions

View file

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

View file

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