update temporary social icon bg color

This commit is contained in:
Ray Elliott 2020-03-31 15:57:01 +00:00
parent 6bbfcfa558
commit 34316b980f
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,8 @@ html.is-animating .transition-fade {
display: block; display: block;
width: 3em; width: 3em;
height: 3em; height: 3em;
background-color: red; background-color: var(--accent-secondary-700);
opacity: 0.9;
margin: 0 0.25em; margin: 0 0.25em;
border-radius: 50%; border-radius: 50%;
} }