diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css index b263761..7b1f20b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2,7 +2,7 @@ body { background-color: #000000; } -#jp-body { +#orig-body { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -95%); @@ -11,17 +11,17 @@ body { } -#jp-body * { +#orig-body * { text-align: center; color: #ffffff; } -#jp-body #name { +#orig-body #name { width: 65%; color: #ff0000; } -#jp-body #send { +#orig-body #send { background-color: #C0C8CA; color: #000000; position: absolute; |