Fix color of /about/more link anchors (#7618)

lolsob-rspec
Lynx Kotoura 2018-05-25 23:48:17 +09:00 committed by Eugen Rochko
parent daff01a5a5
commit f78eee8d6a
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ $small-breakpoint: 960px;
display: flex;
justify-content: center;
align-items: center;
color: $ui-primary-color;
color: $darker-text-color;
text-decoration: none;
padding: 12px 16px;
line-height: 32px;