tcp-wiki/assets/main.css

43 lines
545 B
CSS

/* assets/main.css */
/* placeholder for better sytle */
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #777;
}
header {
padding: 1em;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}
header h1 {
display: inline-block;
margin-right: 1em;
}
nav ul {
list-style: none;
padding: 0;
}
nav ul li {
display: inline;
margin-right: 1em;
}