Skip to content

Commit

Permalink
add padding between elements in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Jul 23, 2021
1 parent 263d09a commit 81543d2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions hivacruz.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/kinoute/typora-hivacruz-theme
Authors: Yann Defretin, Kent Pribbernow
Author URI: https://github.com/kinoute
Description: A Typora Dark blue theme forked from the "Cobalt" theme.
Version: 0.9.6
Version: 0.9.7
Tags: dark, blue, typora
*/

Expand Down Expand Up @@ -811,6 +811,11 @@ code,
}
}

/* padding in sidebar between elements */
.file-tree-node {
padding-top: 2px;
}

blockquote .md-end-block.md-heading {
color: inherit;
}
Expand Down Expand Up @@ -1989,4 +1994,4 @@ file-node-title-name-part {
color: #27c3ca;
}

@include-when-export url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@include-when-export url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap);

0 comments on commit 81543d2

Please sign in to comment.