diff --git a/src/assets/images/background.jpg b/src/assets/images/background.jpg index 9c3eda0..c002713 100644 Binary files a/src/assets/images/background.jpg and b/src/assets/images/background.jpg differ diff --git a/src/assets/images/background2.jpg b/src/assets/images/background2.jpg new file mode 100644 index 0000000..9c3eda0 Binary files /dev/null and b/src/assets/images/background2.jpg differ diff --git a/src/components/UI/Modal/Modal.css b/src/components/UI/Modal/Modal.css index 94538b4..6682ac5 100644 --- a/src/components/UI/Modal/Modal.css +++ b/src/components/UI/Modal/Modal.css @@ -4,7 +4,7 @@ top: 0; width: 100vw; height: 100vh; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.4); z-index: 2000; } diff --git a/src/index.css b/src/index.css index c58d408..a0fe6b9 100644 --- a/src/index.css +++ b/src/index.css @@ -5,13 +5,13 @@ --control_background_hover: rgba(150, 150, 190, .35); --control_border: 1px solid rgba(70, 70, 70, 0.9); --control_box_shadow: 1px 1px 1px black; - --control_transparent_background: rgba(40, 40, 55, 0.45); - --control_dark_transparent_background: rgba(15, 15, 15, 0.8); + --control_transparent_background: rgba(40, 40, 55, 0.85); + --control_dark_transparent_background: rgba(15, 15, 15, 0.85); - --text_color: rgba(200, 205, 220, 0.7); - --text_color_hover: rgba(200, 205, 220, 0.7); - --text_color_error: rgba(203, 120, 120, 0.8); - --heading_text_color: rgba(161, 190, 219, 0.7); + --text_color: rgba(200, 205, 210, 0.75); + --text_color_hover: rgba(200, 205, 210, 0.75); + --text_color_error: rgba(203, 120, 120, 0.75); + --heading_text_color: rgba(161, 190, 219, 0.75); --heading_other_text_color: var(--heading_text_color); --text_color_transition: color 0.3s;