Skip to content

Commit

Permalink
style: 배경화면 명암 조절
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Aug 29, 2024
1 parent 6850692 commit 54c16d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
@import "./title.css";

:root {
--bg-color-inner: rgba(0, 0, 0, 0.95);
--bg-color-outer: rgba(0, 0, 0, 0.7);
--bg-color-inner: rgba(0, 0, 0, 0.85);
--bg-color-outer: rgba(0, 0, 0, 0.45);
--text-color: #f5f5f5;
--glow-color: #541585;
}

body {
width: 100vw;
height: 100vh;
background-size: cover;
background-image: radial-gradient(circle, var(--bg-color-inner), var(--bg-color-outer)),
url("../assets/images/wall.webp");
display: flex;
Expand Down

0 comments on commit 54c16d0

Please sign in to comment.