mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 07:18:58 +00:00
10 lines
105 B
CSS
10 lines
105 B
CSS
.terminal {
|
|
color: #c0c0c0;
|
|
font-size: 1em;
|
|
background: #000000;
|
|
}
|
|
|
|
pre {
|
|
color: #333;
|
|
}
|