8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd748a commit 9dab179Copy full SHA for 9dab179
web-app/src/components/Markdown/style.css
@@ -1,6 +1,12 @@
1
+.coderoad-markdown pre {
2
+ border-radius: 0.3rem;
3
+}
4
+
5
.coderoad-markdown :not(pre) > code {
- background-color: black;
- color: white;
- border-radius: 2px;
- padding: 0.1rem;
6
+ background-color: rgba(27, 31, 35, 0.05);
7
+ color: black;
8
9
+ padding: 0rem 0.15rem;
10
+ font-size: 80%;
11
+ white-space: nowrap;
12
}
0 commit comments