mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
17 lines
197 B
CSS
17 lines
197 B
CSS
|
|
||
|
section {
|
||
|
margin-top: 50px;
|
||
|
}
|
||
|
|
||
|
.example {
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.terminal {
|
||
|
margin-top: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
background: #000;
|
||
|
color: #fff;
|
||
|
}
|