Skip to content

Commit

Permalink
Cover backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolube committed Jun 13, 2024
1 parent f95dc45 commit 9baeea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/oa.css
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@ pre {
transparent,
color-mix(in srgb, transparent, var(--dark-primary-background) 70%) 100%
), var(--background-image);
background-size: cover;
background-position-y: center;
}

Expand Down
2 changes: 2 additions & 0 deletions client/src/views/client/pages/voice/voicepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
color-mix(in srgb, transparent, #07020D 60%),
color-mix(in srgb, transparent, #07020D 70%) 100%
), var(--background-image);
background-size: cover;
background-position: center;
}

0 comments on commit 9baeea0

Please sign in to comment.