limepot-xyz/public/css/mobile-warn.css

27 lines
360 B
CSS
Raw Permalink Normal View History

2024-07-19 23:16:19 -06:00
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
:root {
background-color: #ce3426;
color: #ffffff;
font-family: "Titillium Web";
width: 100%;
height: 100%;
}
a:link {
color: #ffffff
}
a:visited {
color: #ffffff
}
a:hover {
color: #ffffff
}
.icon {
width: 40%;
margin-top: 15%;
}