Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: background color of <pre> #5603

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions p/themes/Origine/origine.css
Original file line number Diff line number Diff line change
Expand Up @@ -899,9 +899,8 @@ a:hover .icon {
margin: 10px auto;
padding: 10px 20px;
overflow: auto;
background-color: var(--font-color);
color: var(--font-color-light);
font-size: 0.9rem;
border: 1px solid var(--border-color);
border-radius: 3px;
}

Expand All @@ -913,12 +912,6 @@ a:hover .icon {
border-radius: 3px;
}

.content pre code {
background-color: transparent;
color: var(--font-color-light);
border: none;
}

.content blockquote {
margin: 0;
padding: 5px 20px;
Expand Down
9 changes: 1 addition & 8 deletions p/themes/Origine/origine.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -899,9 +899,8 @@ a:hover .icon {
margin: 10px auto;
padding: 10px 20px;
overflow: auto;
background-color: var(--font-color);
color: var(--font-color-light);
font-size: 0.9rem;
border: 1px solid var(--border-color);
border-radius: 3px;
}

Expand All @@ -913,12 +912,6 @@ a:hover .icon {
border-radius: 3px;
}

.content pre code {
background-color: transparent;
color: var(--font-color-light);
border: none;
}

.content blockquote {
margin: 0;
padding: 5px 20px;
Expand Down