Skip to content

Commit

Permalink
✴ Update: some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Jan 12, 2024
1 parent 429fb8f commit 8c76f78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ body .markdown-body {
background-color: #44485496 !important;
}

.markdown-body td, .markdown-body th, .markdown-body code {
color: white;
}

pre {
direction: ltr !important;
}
Expand All @@ -50,6 +46,7 @@ mark {
background-color: oklch(var(--b3));
color: inherit;
padding: 10px;
padding-right: 20px;
display: inline-block;
position: relative;
width: 100%;
Expand All @@ -62,7 +59,6 @@ mark::before {
font-size: 20px;
display: block;
font-weight: bold;
margin-bottom: 5px;
}

/* Split Panel */
Expand Down

0 comments on commit 8c76f78

Please sign in to comment.