Skip to content

Commit

Permalink
Update hljs.css
Browse files Browse the repository at this point in the history
  • Loading branch information
xcruxiex authored Aug 13, 2024
1 parent b1834a2 commit 0f69076
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions core/hljs.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.markup_f8f345 code.hljs,
.markup_f8f345 code.hljs.inline {
box-sizing: border-box;
padding-top: 27px;
padding-top: 20px;
position: relative;
border: none;
scrollbar-color: var(--backgroundCode) var(--backgroundName);
Expand All @@ -29,10 +29,6 @@
background: var(--backgroundCode) !important;
}

.markup_f8f345 code {
padding-top: 20px;
}

.textContainer_d8e2d0 {
overflow: hidden;
}
Expand Down Expand Up @@ -556,4 +552,4 @@

.hljs.clj::before {
content: "clj";
}
}

0 comments on commit 0f69076

Please sign in to comment.