devfest-2023-webauthn/themes/cadoles/theme.css

36 lines
446 B
CSS

/* @theme cadoles */
@import 'default';
@font-face {
font-family: "Roboto";
src: url("./themes/cadoles/fonts/Roboto/Roboto-Regular.ttf") format('truetype');
}
section {
font-family: "Roboto" !important;
}
h1 {
color: #4792c9;
text-transform: uppercase;
}
h2, h3 {
color: #4792c9;
}
footer img {
width: 32px;
}
footer {
display: flex;
flex-direction: row;
align-items: center;
}
footer a {
margin-left: 1em;
font-size: 0.9em;
}