mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
18 lines
246 B
CSS
18 lines
246 B
CSS
.pdoc h1 {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
{% if module and module.name == "events" %}
|
|
|
|
.pdoc .class {
|
|
padding-left: 0;
|
|
--name: var(--text);
|
|
background: none;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.pdoc .classattr {
|
|
margin-left: 0;
|
|
}
|
|
|
|
{% endif %}
|