diff --git a/pages/user/log_in.page.vue b/pages/user/log_in.page.vue index 89be9600e..ef07e99d6 100644 --- a/pages/user/log_in.page.vue +++ b/pages/user/log_in.page.vue @@ -19,13 +19,17 @@ body { height: 100vh; .image { + $imageURL: url("/api/user/log_in/image"); + $redTint: hue-rotate(300deg); + content: ''; position: fixed; inset: 0; - background-image: url("/api/user/log_in/image"); + background-image: $imageURL; background-repeat: no-repeat; background-size: cover; + filter: sepia(100%) saturate(200%) brightness(80%) $redTint; } }