<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Image style */
#scrollUp{
bottom: 20px;
right: 20px;
height: 50px;  /* Height of image */
width: 50px; /* Width of image */
background: url(./img/top.svg) no-repeat;
background-size: contain;
}

</pre></body></html>