mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-16 22:46:04 +01:00
Refactor: change popup background color
This commit is contained in:
@@ -166,7 +166,7 @@ body {
|
|||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 56px;
|
margin: 56px;
|
||||||
background-color: var(--accentColor);
|
background-color: var(--bgColor);
|
||||||
/* transform: rotate(32deg); */
|
/* transform: rotate(32deg); */
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
transition: .5s ease-in-out;
|
transition: .5s ease-in-out;
|
||||||
@@ -178,7 +178,6 @@ body {
|
|||||||
position: flex;
|
position: flex;
|
||||||
color: var(--accentColor);
|
color: var(--accentColor);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: var(--bgColor);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user