Compare commits

...

4 Commits

Author SHA1 Message Date
freakoverse
d9129ab4da Merge pull request 'color adjustments and effects' (#20) from staging into master
All checks were successful
Release to Staging / build_and_release (push) Successful in 49s
Reviewed-on: #20
2024-08-21 20:18:14 +00:00
freakoverse
47ce263c37 Update src/styles/popup.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 49s
2024-08-21 19:00:42 +00:00
freakoverse
7b25e7653c background color change
All checks were successful
Release to Staging / build_and_release (push) Successful in 51s
2024-08-21 18:59:44 +00:00
freakoverse
4d7e69b089 background color change
All checks were successful
Release to Staging / build_and_release (push) Successful in 51s
2024-08-21 18:51:22 +00:00
2 changed files with 2 additions and 9 deletions

View File

@ -182,12 +182,7 @@
bottom: 0;
right: 0;
left: 0;
background: linear-gradient(
to top right,
#292929,
#343434,
#292929
);
background: #323232;
z-index: -1;
border-radius: 10px;
}

View File

@ -89,14 +89,12 @@
font-size: 20px;
position: relative;
cursor: pointer;
border: solid 1px rgba(255, 255, 255, 0);
}
.popUpMainCardTopClose:hover {
transition: ease 0.4s;
color: rgba(255, 255, 255, 0.75);
box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.1);
border: solid 1px rgba(255, 255, 255, 0.1);
}
.popUpMainCardTopInfo {
@ -118,7 +116,7 @@
bottom: 0;
right: 0;
left: 0;
background: linear-gradient(to top right, #262626, #292929, #262626);
background: #323232;
/*z-index: -1;*/
border-radius: 10px;
}