Skip to content

Commit

Permalink
🗑️: styles.css removed markdown code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Jan 12, 2024
1 parent 8c76f78 commit 9418a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions courses/strings/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ console.log(sampleStr);
يشير هذا إلى JavaScript أن المراد سطر جديد `n\` .لذا، إذا كنت تريد طباعة هذا على
وحدة التحكم، فستحصل على:

```
Hello
World
```js
Hello;
World;
```
4 changes: 0 additions & 4 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ body .markdown-body {
border-color: oklch(var(--bc)) !important;
}

.markdown-body p code {
background-color: #44485496 !important;
}

pre {
direction: ltr !important;
}
Expand Down

0 comments on commit 9418a73

Please sign in to comment.