Commit d27191a8 authored by Chunchi Che's avatar Chunchi Che

update login page

parent da18934d
......@@ -66,7 +66,8 @@ url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css")
}
body {
background: #2c3338;
background-image: url(/assets/background.png);
background-size:cover;
color: #606468;
font: 87.5%/1.5em 'Open Sans', sans-serif;
margin: 0;
......
......@@ -85,7 +85,7 @@ export default function JoinRoom() {
</li>
<li>
<a href="https://mycard.moe/">
<img src="./assets/mycard.icon.png" style={{ width: "25%" }} />
<img src="/assets/mycard.icon.png" style={{ width: "25%" }} />
</a>
</li>
<li>
......
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