Skip to content

Commit

Permalink
remove block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored Oct 1, 2024
1 parent c74eca1 commit 02fccc3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions src/styles/cybertopia-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
--hljs-hue-7: #C50233;
}

pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
.hljs {
color: var(--hljs-mono-1);
background: var(--hljs-bg)
Expand Down
8 changes: 0 additions & 8 deletions src/styles/cybertopia-dimmer.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
--hljs-hue-7: #64BE46;
}

pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
.hljs {
color: var(--hljs-mono-1);
background: var(--hljs-bg)
Expand Down
8 changes: 0 additions & 8 deletions src/styles/cybertopia-icecap.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
--hljs-hue-7: #028EC5;
}

pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
.hljs {
color: var(--hljs-mono-1);
background: var(--hljs-bg)
Expand Down
8 changes: 0 additions & 8 deletions src/styles/cybertopia-saturated.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
--hljs-hue-7: #35FD56;
}

pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
.hljs {
color: var(--hljs-mono-1);
background: var(--hljs-bg)
Expand Down

0 comments on commit 02fccc3

Please sign in to comment.