fix
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
position: absolute;
|
||||
top: 3rem;
|
||||
right: 3rem;
|
||||
--bgColor: #fff;
|
||||
--my-info-bgColor: #fff;
|
||||
}
|
||||
> .close-btn {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
margin-right: 1rem;
|
||||
border: 1px solid #ffcf90;
|
||||
border-radius: 0.8rem;
|
||||
background-color: var(--bgColor, rgba(255, 252, 244, 1));
|
||||
background-color: var(--my-info-bgColor, rgba(255, 252, 244, 1));
|
||||
> .credits {
|
||||
flex: 1;
|
||||
font-size: 1.3rem;
|
||||
|
||||
Reference in New Issue
Block a user