diff options
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/about/main.css | 6 | ||||
| -rw-r--r-- | static/css/main.css | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/static/css/about/main.css b/static/css/about/main.css index 900fdd1..f4c6f71 100644 --- a/static/css/about/main.css +++ b/static/css/about/main.css @@ -24,12 +24,16 @@ img.textwrap-right { .bg_blur { - background-image:url('/static/img/avatar.png'); + background: url('/static/img/avatar.png'); height: 512px; background-size: cover; overflow: visible; } +.bgblurback { + height: 100%; +} + .fb_wrap { margin: 0 auto; padding: 10px; diff --git a/static/css/main.css b/static/css/main.css index 8411af4..83af9e7 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,3 +1,3 @@ body { - background-color: #FFCCE6; + background-color: #F2E6EB; }
\ No newline at end of file |
