matrix/docs/style.css
Spirillen 555730803f
Hmm
2021-01-24 13:37:29 +01:00

23 lines
312 B
CSS
Executable file

body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}