sapiochat/styles/styles.css

22 lines
313 B
CSS
Raw Normal View History

2023-02-20 22:38:41 +01:00
body {
font-family: monospace;
}
.nav-wrapper {
background-color: blue;
padding: 15px;
}
.nav-wrapper a {
color: #fff;
text-decoration: none;
margin-left: 15px;
margin-right: 15px;
font-size: 1rem;
}
.nav-wrapper a:hover {
cursor: pointer;
text-decoration: underline;
}