Skip to content

Commit 91d2f55

Browse files
committedSep 4, 2024
1 parent 4ccf648 commit 91d2f55

File tree

250 files changed

+253
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+253
-250
lines changed
 

‎app/appearance/themes/daylight/theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,7 @@
185185
.protyle-action--order:after {
186186
mix-blend-mode: multiply;
187187
}
188+
189+
.b3-typography .hljs, .protyle-wysiwyg .hljs {
190+
background-color: rgba(27, 31, 35, .05);
191+
}

‎app/src/assets/scss/component/_typography.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@
273273
display: flex;
274274
flex-direction: row-reverse;
275275
box-sizing: border-box;
276-
background-color: var(--b3-protyle-code-background);
277276

278277
.protyle-action {
279278
left: 4px;

0 commit comments

Comments
 (0)
Please sign in to comment.