mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-23 14:27:59 +01:00
Changed background colour to avoid blending.
This commit is contained in:
parent
af8d6e0647
commit
f9f98450de
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ body
|
||||||
#resultDiv
|
#resultDiv
|
||||||
{
|
{
|
||||||
width: 80%;
|
width: 80%;
|
||||||
background-color: #eaeaea;
|
background-color: #fafafa;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue