mirror of
https://github.com/nix-community/noogle.git
synced 2024-12-19 06:52:34 +03:00
12 lines
145 B
CSS
12 lines
145 B
CSS
|
|
.hljs {
|
|
padding-left: 0 !important;
|
|
padding-top: 0 !important;
|
|
}
|
|
.hljs .pre {
|
|
width: 100%;
|
|
}
|
|
.hljs .nix {
|
|
overflow-x: scroll;
|
|
}
|