changed background color
This commit is contained in:
parent
15605682b2
commit
6bf1c6bb01
|
@ -3,6 +3,7 @@
|
||||||
body {
|
body {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
background-color: #e3e3e3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "scss/answerbox";
|
@import "scss/answerbox";
|
||||||
|
|
Loading…
Reference in New Issue