mirror of
https://github.com/nix-community/noogle.git
synced 2024-12-18 14:31:37 +03:00
d9f579cf44
* refactor to include all necessary dependencies directly here * move indexer into monorepo * add snapshot tests and seperate sub.project for builtin types * add more missing builtins such as fromTOML
11 lines
136 B
CSS
11 lines
136 B
CSS
|
|
.hljs {
|
|
padding-left: 0 !important;
|
|
padding-top: 0 !important;
|
|
}
|
|
.hljs .pre {
|
|
width: 100%;
|
|
}
|
|
.hljs .nix {
|
|
overflow-x: scroll;
|
|
} |