376chan/styles/styles.css
2023-01-30 01:40:00 -05:00

27 lines
335 B
CSS

body {
font-family: monospace;
overflow: hidden;
background-color: #f0f2f5;
}
.nav-wrapper {
background-color: blue;
padding: 15px;
}
.nav-wrapper a {
color: white;
text-decoration: none;
margin-left: 15px;
margin-right: 15px;
font-size: 1rem;
}
.home-title {
font-size: 1.7rem;
}
.home-subtitle {
font-size: 0.9rem;
}