Commit d413f569 authored by Rob Stupay's avatar Rob Stupay Committed by yann300

specing the terminal bg img in the style-guide not here

parent 7e90f10b
...@@ -82,7 +82,7 @@ var css = csjs` ...@@ -82,7 +82,7 @@ var css = csjs`
padding-bottom : 3px; padding-bottom : 3px;
overflow-y : auto; overflow-y : auto;
font-family : monospace; font-family : monospace;
background-image : url(assets/img/remix_logo_white_512x512.svg); background-image : ${styles.terminal.backgroundImage_Terminal};
opacity : 0.1; opacity : 0.1;
top : 15%; top : 15%;
left : 33%; left : 33%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment