h5ai/src/_h5ai/client/css/inc/content.less
2014-12-09 01:40:56 +01:00

25 lines
377 B
Text

#content {
overflow: auto;
flex: 1 1 auto;
order: 50;
}
#content-header, #content-footer {
margin: 16px;
color: #333;
a, a:active, a:visited {
color: @col-link;
text-decoration: none;
cursor: pointer;
&:hover {
color: #555;
}
}
pre, code {
font-family: @font-family-mono;
}
}