diff --git a/rootfs/usr/share/www/static/styles.css b/rootfs/usr/share/www/static/styles.css index 69d186e..0c1b622 100644 --- a/rootfs/usr/share/www/static/styles.css +++ b/rootfs/usr/share/www/static/styles.css @@ -8,7 +8,7 @@ html { color: #212121; - background-color: #0277bd; + background-color: #03a9f4; } body { @@ -25,14 +25,12 @@ h1 { .content { box-sizing: border-box; - padding: 20px 16px; - border-radius: 4px; + padding: 24px 16px; + border-radius: 12px; max-width: 432px; margin: 64px auto 0; - box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, - rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, - rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; - background-color: #fff; + background-color: #ffffff; + border: 1px solid rgba(0, 0, 0, .12); } .header { @@ -127,7 +125,8 @@ pre { } .content { - background-color: #111111; + background-color: #1c1c1c; + border-color:rgba(225, 225, 225, 0.12); } }