update temporary social icon bg color
This commit is contained in:
parent
6bbfcfa558
commit
34316b980f
|
@ -176,7 +176,8 @@ html.is-animating .transition-fade {
|
|||
display: block;
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
background-color: red;
|
||||
background-color: var(--accent-secondary-700);
|
||||
opacity: 0.9;
|
||||
margin: 0 0.25em;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
Reference in New Issue