watch.twip-network.org/styles/global.css
2024-01-25 13:21:00 +01:00

57 lines
783 B
CSS

/* Common styles for all pages */
body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
background-color: #161c21;
color: aliceblue;
}
h2 {
text-align: center;
}
form {
max-width: 300px;
margin: 0 auto;
}
a {
display: block;
margin-top: 10px;
text-align: center;
}
.pfp {
border-radius: 50px;
overflow: hidden;
}
.pfp img {
width: 50px !important;
height: 50px !important;
border-radius: 50px;
}
nav {
color: aliceblue;
margin: 0;
padding: 0;
}
nav ul li {
list-style: none;
color: aliceblue;
margin: 0;
padding: 0;
max-width: fit-content;
max-height: fit-content;
}
nav ul li a {
color: aliceblue;
text-decoration: none;
margin: 0;
padding: 0;
}