Temp. fix for text not being a readable color due to the purple background being gone

This commit is contained in:
Yuki 2015-05-14 03:35:12 +05:30
parent 2e1cb4d273
commit 47c574f404
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ body {
background-color: #fafafa;
}
@import "scss/variable";
@import "scss/generic";
@import "scss/answerbox";
@import "scss/comments";
@ -59,7 +60,7 @@ body {
}
.j2-lh {
color: #fff;
color: $main-color;
}
.about--moderator {
padding-left: 0px;