mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 08:47:50 +08:00
12 lines
236 B
CSS
12 lines
236 B
CSS
|
@import 'theme.css';
|
||
|
|
||
|
.cmdusage .last {
|
||
|
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
|
||
|
white-space: nowrap;
|
||
|
font-size: 75%;
|
||
|
}
|
||
|
|
||
|
.wy-nav-content {
|
||
|
max-width: 1000px;
|
||
|
}
|