Skip to content

Commit 02fccc3

Browse files
authored
remove block formatting
1 parent c74eca1 commit 02fccc3

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

src/styles/cybertopia-cherry.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
--hljs-hue-7: #C50233;
1919
}
2020

21-
pre code.hljs {
22-
display: block;
23-
overflow-x: auto;
24-
padding: 1em
25-
}
26-
code.hljs {
27-
padding: 3px 5px
28-
}
2921
.hljs {
3022
color: var(--hljs-mono-1);
3123
background: var(--hljs-bg)

src/styles/cybertopia-dimmer.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
--hljs-hue-7: #64BE46;
1919
}
2020

21-
pre code.hljs {
22-
display: block;
23-
overflow-x: auto;
24-
padding: 1em
25-
}
26-
code.hljs {
27-
padding: 3px 5px
28-
}
2921
.hljs {
3022
color: var(--hljs-mono-1);
3123
background: var(--hljs-bg)

src/styles/cybertopia-icecap.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
--hljs-hue-7: #028EC5;
1919
}
2020

21-
pre code.hljs {
22-
display: block;
23-
overflow-x: auto;
24-
padding: 1em
25-
}
26-
code.hljs {
27-
padding: 3px 5px
28-
}
2921
.hljs {
3022
color: var(--hljs-mono-1);
3123
background: var(--hljs-bg)

src/styles/cybertopia-saturated.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
--hljs-hue-7: #35FD56;
1919
}
2020

21-
pre code.hljs {
22-
display: block;
23-
overflow-x: auto;
24-
padding: 1em
25-
}
26-
code.hljs {
27-
padding: 3px 5px
28-
}
2921
.hljs {
3022
color: var(--hljs-mono-1);
3123
background: var(--hljs-bg)

0 commit comments

Comments
 (0)