nelle-observer/frontend/public/styles/css/mobile-warn.css
2024-10-30 19:42:02 -06:00

26 lines
343 B
CSS

@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%;
}