Temp. fix for text not being a readable color due to the purple background being gone
This commit is contained in:
parent
2e1cb4d273
commit
47c574f404
|
@ -6,6 +6,7 @@ body {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@import "scss/variable";
|
||||||
@import "scss/generic";
|
@import "scss/generic";
|
||||||
@import "scss/answerbox";
|
@import "scss/answerbox";
|
||||||
@import "scss/comments";
|
@import "scss/comments";
|
||||||
|
@ -59,7 +60,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.j2-lh {
|
.j2-lh {
|
||||||
color: #fff;
|
color: $main-color;
|
||||||
}
|
}
|
||||||
.about--moderator {
|
.about--moderator {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
|
|
Loading…
Reference in New Issue