diff --git a/src/static/bg.gif b/src/static/bg.gif new file mode 100644 index 0000000..e248189 Binary files /dev/null and b/src/static/bg.gif differ diff --git a/src/static/style.css b/src/static/style.css index 9527cab..54f4462 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -1,22 +1,22 @@ body { - background-color: #232629; - background-image: url('/static/stars.gif'); - color: #fcfcfc; + background-color: #281b38; + background-image: url('/static/bg.gif'); + color: #b479db; font-family: sans-serif, sans-serif; margin: 0; } table { - border: 1px solid #ea81e8; + border: 1px solid #b479db; border-spacing: 0; } th { - background-color: #a93da9; + background-color: #6e4a8a; } td, th { - border: 1px solid #ea81e8; + border: 1px solid #b479db; } #jswarning { @@ -31,9 +31,9 @@ td, th { .container { margin: 4px auto; - background-color: #170b15; + background-color: rgba(40, 27, 56, 0.8); max-width: 840px; - border: 8px #a93da9 ridge; + border: 8px #b479db ridge; padding: 1em; } @@ -55,7 +55,7 @@ td, th { } a { - color: #ea81e8; + color: #c625ef; text-decoration: none; } @@ -83,8 +83,7 @@ img { } hr { - border: 4px #971195 outset; - border-color: #971195; + border: 4px #b479db outset; } h1 {