mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Add CSS border to module functions in docs nav
Make side nav in docs more readable Signed-off-by: Jakub <nawias@gmail.com>
This commit is contained in:
parent
668a9d363d
commit
7b08bf9486
1 changed files with 3 additions and 1 deletions
|
@ -324,7 +324,9 @@ footer p {
|
|||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-left: 36px;
|
||||
margin-left: 14px;
|
||||
padding-left: 26px;
|
||||
border-left: 2px solid var(--violet);
|
||||
}
|
||||
|
||||
.module-name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue