Files
Odin/tools/odin-html-docs/style.css
2022-01-17 17:57:55 +00:00

31 lines
436 B
CSS

.container {
max-width: 60em;
margin: 0 auto;
padding-left: 0.01em 1em;
}
.directory-pkg {
width: 20em;
}
.directory-child .pkg-name {
position: relative;
left: 2em;
width: 18em;
}
pre {
white-space: pre;
tab-size: 8;
background-color: #f8f8f8;
color: #202224;
border: 1px solid #c6c8ca;
border-radius: 0.25rem;
padding: 0.625rem;
}
.documentation pre a {
text-decoration: none;
font-weight: bold;
color: #00bfd5;
}