mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
25 lines
377 B
Text
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;
|
|
}
|
|
}
|